html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* =========================================================== */
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-consultant-logo {
  width: 118px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
/* ------------------------- */
.linkedin-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.linkedin-icon svg {
  width: 100%;
  height: 100%;
  fill: #0a66c2;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social-link {
  color: #ffffff;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  transition:
    background-color 0.2s,
    border-color 0.2s;
}

.footer-social-link:hover {
  background-color: #2b7fd6;
  border-color: #2b7fd6;
  color: #ffffff;
}

.footer-social-link svg {
  width: 18px;
  height: 18px;
  display: block;
}

.hidden-sidebar_bottom .footer-social-icons {
  margin-top: 8px;
}

.contact-detail-icon {
  color: #2b7fd6;
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

.contact-detail-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.ft_item_info._02 a {
  color: inherit;
  text-decoration: none;
}

.ft_item_info._02 a:hover {
  color: #2b7fd6;
}

.contact-social-link {
  color: #2b7fd6;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2b7fd6;
  border-radius: 4px;
  transition:
    background-color 0.2s,
    color 0.2s;
}

.contact-social-link:hover {
  background-color: #2b7fd6;
  color: #ffffff;
}

.contact-social-link svg {
  width: 18px;
  height: 18px;
  display: block;
}

/* About section hero photo */
.about-hero-photo {
  width: 100%;
  min-height: 420px;
  aspect-ratio: 806 / 437;
  overflow: hidden;
  position: relative;
  background-image: url("better-environment.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-hero-photo--overlap {
  min-height: 480px;
  aspect-ratio: 806 / 437;
}

.about-hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 420px;
  object-fit: cover;
  visibility: visible !important;
  opacity: 1 !important;
}

.about-home .abh_tes_image {
  min-height: 420px;
  align-self: stretch;
}

.about-home .abh_tes_image .about-hero-photo {
  height: auto;
  min-height: 100%;
}

.ctl_social {
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.floating-contact {
  position: fixed;
  right: 20px;
  top: 65%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.floating-contact a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.floating-contact a:hover {
  transform: translateX(-6px) scale(1.08);
  color: #ffffff;
}

.floating-contact a img,
.floating-contact a svg {
  width: 24px;
  height: 24px;
  display: block;
  color: #ffffff;
  fill: currentColor;
  filter: brightness(0) invert(1);
}

.floating-contact .call-btn {
  background: #0d6efd;
}

.floating-contact .email-btn {
  background: #ff5722;
}

.floating-contact .whatsapp-btn {
  background: #25d366;
}

@media screen and (max-width: 768px) {
  .floating-contact {
    right: 12px;
    top: auto;
    bottom: 20px;
    transform: none;
  }

  .floating-contact a {
    width: 48px;
    height: 48px;
  }

  .floating-contact a img,
  .floating-contact a svg {
    width: 22px;
    height: 22px;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.page-wrapper,
.main-content {
  max-width: 100%;
  overflow-x: hidden;
}

.wrap-text-slip {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.pin-spacer,
.wrap-image-effect-home {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (max-width: 991px) {
  .pin-spacer,
  .wrap-image-effect-home {
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    inset: auto !important;
  }

  .hc_right,
  .abh_tes_box,
  .mt_col2,
  .wrap-button-hero {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .hero-content,
  .abh_tes,
  .about-home {
    max-width: 100%;
    min-width: 0;
  }
}

/* Contact icons */
.contact-icon {
  /* display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  align-items: center;
  justify-content: center; */
  color: #ffffff;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  transition:
    background-color 0.2s,
    border-color 0.2s;
}

.contact-icon svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}

/* Contact links */
.ft_item_info a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.ft_item_info a:hover {
  opacity: 0.7;
}

.ft_item_info a[href^="tel:"],
.ft_item_info a[href*="wa.me"] {
  white-space: nowrap;
  letter-spacing: 0.02em;
}

/* Label alignment */
.ft_item_label {
  display: flex;
  align-items: center;
}

/* ================================================================ */

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

pre.w-code-block code > span {
  display: block !important;
}

.w-optimization {
  display: contents;
}

.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow:
    0 0 0 1px #0000001a,
    0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important;
}

.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe,
.w-video object,
.w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.w-input,
.w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: 0.2em 0.5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px 0.5em;
  transition:
    background-color 0.1s,
    color 0.1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family:
    Helvetica Neue,
    Helvetica,
    Ubuntu,
    Segoe UI,
    Verdana,
    sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: 0.5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all 0.3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: 0.8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left,
  .w-lightbox-right {
    opacity: 0.5;
    display: block;
  }

  .w-lightbox-close {
    opacity: 0.8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

:root {
  --_typography---body--font-family: var(--_fonts---fonts-name--body-font);
  --_color---theme-color--body: #565656;
  --_typography---body--font-size: 15px;
  --_typography---body--line-height: 166.67%;
  --_typography---body--font-weight: var(--_fonts---fonts-weight--normal);
  --space--spacedefault: 20px;
  --space--spaceminor: 10px;
  --_typography---h1--font-family: var(--_fonts---fonts-name--heading-font);
  --_color---theme-color--heading: #111;

  --_typography---h1--font-size: 55px;
  --_typography---h1--line-height: 100%;
  --_typography---h1--font-weight: var(--_fonts---fonts-weight--medium);
  --_typography---h2--font-family: var(--_fonts---fonts-name--heading-font);
  --_typography---h2--font-size: 45px;
  --_typography---h2--line-height: 120%;
  --_typography---h2--font-weight: var(--_fonts---fonts-weight--medium);
  --space--spacenone: 0px;
  --space--spaceslim: 16px;
  --_typography---h3--font-family: var(--_fonts---fonts-name--heading-font);
  --_typography---h3--font-size: 35px;
  --_typography---h3--line-height: 120%;
  --_typography---h3--font-weight: var(--_fonts---fonts-weight--medium);
  --_typography---h4--font-family: var(--_fonts---fonts-name--heading-font);
  --_typography---h4--font-size: 32px;
  --_typography---h4--line-height: 120%;
  --_typography---h4--font-weight: var(--_fonts---fonts-weight--semi-bold);
  --_typography---h5--font-family: var(--_fonts---fonts-name--heading-font);
  --_typography---h5--font-size: 24px;
  --_typography---h5--line-height: 120%;
  --_typography---h5--font-weight: var(--_fonts---fonts-weight--medium);
  --_typography---h6--font-family: var(--_fonts---fonts-name--heading-font);
  --_typography---h6--font-size: 22px;
  --_typography---h6--line-height: 120%;
  --_typography---h6--font-weight: var(--_fonts---fonts-weight--medium);
  --_color---theme-color--primary: #111;
  --layout--container-default: 1750px;
  --_color---theme-color--secondary: #111;
  --_color---theme-color--border-color: #11111121;
  --_color---base-color--transparent: #fff0;
  --_fonts---fonts-name--body-font: Inter, sans-serif;
  --_color---theme-color--text-primary\<deleted\|variable-84084ddb-9e95-9191-47fd-9c58a2062319\>: #1a2f0d;
  --_color---base-color--white: white;
  --space--spacemaximum: 120px;
  --space--spacegrand: 90px;
  --space--spacemassive: 70px;
  --_color---base-color--black: black;
  --_fonts---fonts-weight--medium: 500;
  --space--spaceample: 50px;
  --space--spacecomfort: 30px;
  --_fonts---fonts-name--heading-font: "Schibsted Grotesk", sans-serif;
  --_color---base-color--dark: #111;
  --space--spacelarge: 40px;
  --space--spaceinfinite: 135px;
  --space--spacecolossal: 100px;
  --_color---base-color--overlay-white-one: #ffffff1a;
  --_color---base-color--overlay-white-seven: #ffffffb3;
  --space--spacevast: 60px;
  --_fonts---fonts-weight--normal: 400;
  --space--fontbase: 17px;
  --space--spacenarrow: 14px;
  --space--fontsmall: 14px;
  --_color---base-color--overlay-white-eight: #fffc;
  --space--spacehuge: 80px;
  --space--spaceultimate: 130px;
  --space--spacestandard: 24px;
  --space--spacesupreme: 125px;
  --space--fonttiny: 12px;
  --space--spacegenerous: 46px;
  --space--spaceimmense: 110px;
  --_fonts---fonts-weight--semi-bold: 600;
  --_typography---body--letter-spacing: 0px;
  --space--spacenano: 4px;
  --space--spacemicro: 6px;
  --space--spacetiny: 8px;
  --space--spacecompact: 12px;
  --space--spacebase: 18px;
  --space--spaceregular: 22px;
  --space--spacemedium: 26px;
  --space--spacerelaxed: 28px;
  --space--spacespacious: 32px;
  --space--spacewide: 34px;
  --space--spacebroad: 36px;
  --space--spaceroomy: 38px;
  --space--spaceextra: 42px;
  --space--spaceexpanded: 44px;
  --space--spaceextensive: 48px;
  --_color---base-color--overlay-white-two: #fff3;
  --_color---base-color--overlay-white-three: #ffffff4d;
  --_color---base-color--overlay-white-four: #fff6;
  --_color---base-color--overlay-white-five: #ffffff80;
  --_color---base-color--overlay-white-six: #fff9;
  --_color---base-color--overlay-white-nine: #ffffffe6;
  --_fonts---fonts-weight--black: 900;
  --_fonts---fonts-weight--extra-bold: 800;
  --_fonts---fonts-weight--bold: 700;
  --_typography---h1--letter-spacing: 0px;
  --_fonts---fonts-weight--light: 300;
  --_typography---h2--letter-spacing: 0px;
  --_typography---h3--letter-spacing: 0px;
  --_typography---h4--letter-spacing: 0px;
  --_typography---h5--letter-spacing: 0px;
  --_typography---h6--letter-spacing: 0px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: var(--_typography---body--font-family);
  color: var(--_color---theme-color--body);
  font-size: var(--_typography---body--font-size);
  line-height: var(--_typography---body--line-height);
  font-weight: var(--_typography---body--font-weight);
}

h1 {
  margin-top: var(--space--spacedefault);
  margin-bottom: var(--space--spaceminor);
  font-family: var(--_typography---h1--font-family);
  color: var(--_color---theme-color--heading);
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h1--font-weight);
  text-align: left;
}

h2 {
  margin-top: var(--space--spacedefault);
  margin-bottom: var(--space--spaceminor);
  font-family: var(--_typography---h2--font-family);
  color: var(--_color---theme-color--heading);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---h2--line-height);
  font-weight: var(--_typography---h2--font-weight);
}

h3 {
  margin-top: var(--space--spacenone);
  margin-bottom: var(--space--spaceslim);
  font-family: var(--_typography---h3--font-family);
  color: var(--_color---theme-color--heading);
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---h3--line-height);
  font-weight: var(--_typography---h3--font-weight);
}

h4 {
  margin-top: var(--space--spacenone);
  margin-bottom: var(--space--spaceslim);
  font-family: var(--_typography---h4--font-family);
  color: var(--_color---theme-color--heading);
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---h4--line-height);
  font-weight: var(--_typography---h4--font-weight);
}

h5 {
  margin-top: var(--space--spacenone);
  margin-bottom: var(--space--spaceslim);
  font-family: var(--_typography---h5--font-family);
  color: var(--_color---theme-color--heading);
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---h5--line-height);
  font-weight: var(--_typography---h5--font-weight);
}

h6 {
  margin-top: var(--space--spacenone);
  margin-bottom: var(--space--spaceslim);
  font-family: var(--_typography---h6--font-family);
  color: var(--_color---theme-color--heading);
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---h6--line-height);
  font-weight: var(--_typography---h6--font-weight);
}

p {
  margin-bottom: var(--space--spacedefault);
}

a {
  color: #2b7fd6;
  text-decoration: none;
  transition: all 0.3s linear;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 25px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: none;
}

blockquote {
  background-color: #ebebeb;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  width: 100%;
  max-width: var(--layout--container-default);
  background-color: #0000;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.container.hero-ct {
  z-index: 12;
  position: relative;
}

.page-wrapper {
  z-index: 999;
  position: relative;
  overflow: visible;
}

.main-content {
  background-color: #fff;
  position: relative;
}

.page-title {
  z-index: 0;
  background-color: #0000;
  position: sticky;
  top: 0;
}

.page-title:where(.w-variant-367d0e65-0331-128c-6947-8ec9f1265fb8) {
  position: relative;
}

.logo-icon {
  width: auto;
  height: 100%;
  display: block;
}

.site-logo {
  width: auto;
  height: 70px;
  max-height: 70px;
}

.site-logo.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.header-menu {
  /* background-color: var(--_color---theme-color--primary); */
  background-color: #2b7fd6;

  order: 0;
  justify-content: space-between;
  align-self: auto;
  width: 700px;
  display: flex;
  position: relative;
}

.primary-menu-item {
  font-family: var(--_typography---body--font-family);
  color: var(--_color---theme-color--body);
  font-size: var(--_typography---body--font-size);
  line-height: var(--_typography---body--line-height);
  font-weight: var(--_typography---body--font-weight);
  -webkit-text-stroke-width: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border: 0 #053333;
  border-radius: 0;
  margin-left: 0;
  margin-right: 32px;
  padding: 15px 0;
}

.hamburger-menu-mobile {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #053333;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  display: none;
  position: relative;
}

.hamburger-menu-mobile:hover {
  width: 34px;
}

.hamburger-line-bottom {
  text-align: center;
  background-color: #053333;
  width: 24px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 8px;
}

.hamburger-line-middle {
  background-color: #053333;
  width: 24px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 15px;
}

.hamburger-line-top {
  background-color: #053333;
  width: 24px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 8px 0% auto;
}

.hamburger-line-top:hover {
  width: 25px;
}

.main-footer {
  background-color: #2b7fd6;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: relative;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
}

.utility-page-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 135px 15px;
  transition: opacity 0.2s;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  border: 1px solid var(--_color---theme-color--border-color);
  background-color: var(--_color---base-color--transparent);
  flex-direction: column;
  align-items: stretch;
  min-width: 850px;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 70px;
  display: flex;
}

.field-label {
  font-family: var(--_fonts---fonts-name--body-font);
  color: var(
    --_color---theme-color--text-primary\<deleted\|variable-84084ddb-9e95-9191-47fd-9c58a2062319\>
  );
  text-align: left;
  font-weight: 500;
  display: none;
}

.sub-menu-item {
  color: var(--_color---base-color--white);
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.mobile-navigation-panel {
  z-index: 1000;
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--_color---base-color--white);
  opacity: 0;
  width: 280px;
  height: 100vh;
  transition: all 0.3s;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: translate(-110%);
  box-shadow: 5px 0 20px #0000000d;
}

.mobile-navigation-inner {
  padding: 40px 16px;
}

.navigation-branding {
  text-align: center;
  margin-bottom: 40px;
}

.primary-navigation-inner {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.primary-mobile-navigation {
  margin-bottom: 40px;
}

.mega-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--_color---theme-color--secondary);
  opacity: 0;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  transform-style: preserve-3d;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
  position: absolute;
  inset: 100% auto auto 0%;
  transform: scale3d(1, 0, 1);
  box-shadow: 0 8px 32px #28282814;
}

.mega-menu-item-wrap {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.form-password-button {
  z-index: 99;
  opacity: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.mobile-logo {
  max-height: 50px;
}

.page-title-wrap {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 433px;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.heading-page-title {
  z-index: 2;
  color: var(--_color---base-color--white);
  text-align: left;
}

.space-120px {
  padding-top: var(--space--spacemaximum);
}

.mobile-item-menu {
  color: var(--_color---base-color--black);
  font-size: 16px;
  font-weight: var(--_fonts---fonts-weight--medium);
  border-bottom: 1px solid #ebebed;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.mobile-dropdown-header {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.mobile-dropdown-icon {
  margin-right: 0;
  inset: 0% 0% 0% auto;
}

.mobile-dropdown-main {
  background-color: var(--_color---base-color--transparent);
  height: auto;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.mobile-menu-link {
  color: #111;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 155%;
}

.mobile-menu-link.first {
  margin-top: 12px;
}

.mobile-menu-link.first.w--current {
  color: #111;
}

.space-50px {
  width: 100%;
  padding-top: var(--space--spaceample);
}

.accordion-header {
  cursor: pointer;
  background-color: #ebebeb;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.accordion-header.accordion-action1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  padding: 25px 0;
}

.accordion-header.accordion-action1:where(
    .w-variant-6a783e48-0970-d2e3-9991-3a886a326b82
  ),
.accordion-header.accordion-action1:where(
    .w-variant-429556d9-e1a7-2034-6eba-c4de21a7e8a6
  ) {
  padding-bottom: 0;
}

.accordion-content {
  height: 0;
  position: relative;
  overflow: hidden;
}

.mobile-navigation-scroll {
  width: calc(100% + 30px);
  padding-right: 30px;
  position: absolute;
  inset: 0%;
  overflow: hidden scroll;
}

.mobile-navigation-wrap {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.counter-number-value {
  margin-left: -3px;
  margin-right: -3px;
  padding-right: 0;
}

.counter-number-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.counter-number-item._2 {
  justify-content: flex-end;
  align-items: center;
}

.counter-number-item._1 {
  margin-left: -3px;
  margin-right: -3px;
}

.counter-number-wrap {
  height: 90px;
  color: var(--_color---base-color--white);
  justify-content: flex-start;
  align-items: center;
  font-size: 90px;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.counter-number-wrap:where(.w-variant-0a40f07c-b5c6-b735-5228-cf4292e9d4c2) {
  color: var(--_color---theme-color--heading);
}

.fade-box {
  background-color: var(--_color---base-color--dark);
  width: 100%;
  height: 200px;
  color: var(--_color---base-color--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-card {
  cursor: pointer;
  width: 33.33%;
  height: 300px;
}

.featured-card._01 {
  background-color: var(--_color---theme-color--heading);
}

.featured-card._02 {
  background-color: var(--_color---theme-color--secondary);
}

.featured-card._03 {
  background-color: var(--_color---theme-color--primary);
}

.single-post-primary {
  max-width: 850px;
}

.single-post_col3 {
  justify-content: center;
  align-items: center;
  width: 55%;
  padding-left: 30px;
  display: flex;
}

.content-post-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.space-40px {
  width: 100%;
  padding-top: var(--space--spacelarge);
}

.single-post_col1 {
  width: 50%;
}

.blockquote {
  background-color: var(--_color---theme-color--secondary);
  padding: 42px 50px;
}

.single-post_col2 {
  width: 45%;
}

.single-post-2-col {
  display: flex;
}

.space-135px {
  width: 100%;
  padding-top: var(--space--spaceinfinite);
  position: relative;
}

.cite-block-quote {
  font-family: var(--_fonts---fonts-name--body-font);
  color: var(--_color---base-color--white);
  font-size: 14px;
  font-weight: var(--_fonts---fonts-weight--medium);
  text-align: right;
  margin-top: 33px;
}

.single-post-feature {
  display: flex;
}

.space-10px {
  width: 100%;
  padding-top: 10px;
}

.text-block-quote {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.space-50px-2 {
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.space-24px {
  padding-top: 24px;
}

.bg_ptt {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 186px;
  display: flex;
}

.space-100px {
  padding-top: var(--space--spacecolossal);
}

.contact-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img_zoom_in:where(.w-variant-17d54250-eaf5-4f32-cb04-60df009ab8dd) {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.box-image {
  position: relative;
  overflow: hidden;
}

.box-image.overlay_tb:where(.w-variant-17d54250-eaf5-4f32-cb04-60df009ab8dd),
.box-image.overlay_lr:where(.w-variant-97546aa5-9b56-5e62-90c5-0be4191bc35c) {
  width: 100%;
  height: 100%;
}

.overlay_dark {
  z-index: 3;
  pointer-events: none;
  background-color: #e2e2e2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay_dark.toptobottom {
  height: 0%;
  inset: auto auto 0% 0%;
}

.overlay_dark.bottomtotop {
  height: 0%;
  inset: 0% auto auto 0%;
}

.overlay_dark.lefttoright {
  background-color: #e2e2e2;
  width: 0%;
  inset: 0% 0% auto auto;
}

.overlay_dark.lefttoright:where(
    .w-variant-1729b5ca-792e-e82f-c97d-9df52bcbd75b
  ) {
  width: 0%;
  inset: 0% auto auto 0%;
}

.overlay_light {
  z-index: 2;
  pointer-events: none;
  background-color: #2b7fd6;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay_light.toptobottom {
  height: 0%;
  inset: auto auto 0% 0%;
}

.overlay_light.bottomtotop {
  height: 0%;
  inset: 0% auto auto 0%;
}

.overlay_light.lefttoright {
  background-color: #2b7fd6;
  width: 0%;
  inset: 0% 0% auto auto;
}

.overlay_light.lefttoright:where(
    .w-variant-1729b5ca-792e-e82f-c97d-9df52bcbd75b
  ) {
  inset: 0% auto auto 0%;
}

._w-100 {
  width: 100%;
}

._w-100.img_zoom_in:where(.w-variant-97546aa5-9b56-5e62-90c5-0be4191bc35c) {
  object-fit: cover;
  height: 100%;
}

.title-submenu {
  font-size: 15px;
  font-weight: 500;
}

.primary-menu {
  text-align: center;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: none;
  display: flex;
}

.sub-menu-heading {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  margin-bottom: 10px;
}

.dot-hidden-panel {
  background-color: #fff;
  border-radius: 1111px;
  width: 5px;
  height: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dot-hidden-panel.dot-2 {
  inset: 0% 0% auto auto;
}

.dot-hidden-panel.dot-3 {
  inset: auto auto 0% 0%;
}

.dot-hidden-panel.dot-4 {
  inset: auto 0% 0% auto;
}

.sub-menu-item-link {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  position: relative;
}

.sub-menu-item-link:hover {
  padding-left: 35px;
}

.sub-menu-item-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.menu-item-link {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: #fff;
  font-size: 14px;
  line-height: var(--_typography---body--line-height);
  background-color: #fff0;
  border: 1px #053333;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.menu-item-link.w--current {
  text-decoration: underline;
}

.wrap-dot-hidden-panel {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.btn-hd-panel {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
  position: relative;
}

.header-logo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sub-menu-item-text {
  font-family: var(--_fonts---fonts-name--heading-font);
  font-size: 14px;
  line-height: 1em;
  font-weight: var(--_fonts---fonts-weight--medium);
}

.btn-text-style-1 {
  background-color: #fff0;
  margin-left: 0;
  margin-right: 0;
  line-height: 25px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.btn-text-style-1._02 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-style-1 {
  background-color: var(--_color---base-color--white);
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin-left: 0;
  padding: 14px 40px;
  font-size: 12px;
  line-height: 53px;
  transition-duration: 0.2s;
  position: relative;
}

.button-style-1:where(.w-variant-2f6ab2e1-0fcc-80fe-fbb3-6ff23736fecf) {
  border-color: #2b7fd6;
  background-color: #2b7fd6;
  color: var(--_color---base-color--white);
  overflow: hidden;
}

.button-style-1:where(.w-variant-7df24883-4ee6-346e-9785-184d631c679c) {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-style-1:where(.w-variant-f666cfcb-8568-28b8-05ba-5e951330ed1e) {
  border-color: #2b7fd6;
  background-color: #2b7fd6;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  color: var(--_color---base-color--white);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.button-style-1:hover {
  color: var(--_color---base-color--white);
}

.button-style-1:hover:where(.w-variant-2f6ab2e1-0fcc-80fe-fbb3-6ff23736fecf),
.button-style-1:hover:where(.w-variant-f666cfcb-8568-28b8-05ba-5e951330ed1e) {
  color: var(--_color---theme-color--secondary);
}

.button-style-1.background-dark-18 {
  border-color: var(--_color---theme-color--secondary);
  background-color: var(--_color---theme-color--secondary);
  color: var(--_color---base-color--white);
  overflow: hidden;
}

.button-style-1.background-dark-18:hover {
  color: var(--_color---theme-color--secondary);
}

.button-style-1.background-dark {
  border-color: var(--_color---theme-color--secondary);
  background-color: var(--_color---theme-color--secondary);
  color: var(--_color---base-color--white);
  overflow: hidden;
}

.button-style-1.background-dark:hover {
  color: var(--_color---theme-color--secondary);
}

.menu-item-divider {
  background-color: var(--_color---base-color--white);
  transform-origin: 0%;
  width: 25px;
  height: 1px;
  margin-top: 0;
  position: absolute;
  inset: 50% auto 0% 0%;
}

.main-header {
  z-index: 999;
  aspect-ratio: auto;
  min-width: 100%;
  padding: 0 15px;
  position: absolute;
  top: 15px;
  left: 0%;
  right: 0%;
}

.line-vertical {
  background-color: #ffffff26;
  width: 1px;
  height: 55px;
}

.line-vertical._02 {
  height: 35px;
}

.row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.header-style {
  margin-left: 0;
  margin-right: 0;
}

.button-search {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  display: inline-flex;
  display: none;
}

.wrap_textbutton {
  z-index: 3;
  position: relative;
  overflow: hidden;
}

.wrap_textbutton:where(.w-variant-7df24883-4ee6-346e-9785-184d631c679c) {
  display: inline-flex;
}

.before_button_hover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.before_button_hover:hover {
  color: var(--_color---base-color--white);
}

.bg_before_button_hover {
  background-color: #2b7fd6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.bg_before_button_hover:where(.w-variant-2f6ab2e1-0fcc-80fe-fbb3-6ff23736fecf),
.bg_before_button_hover:where(.w-variant-37315e74-ef8b-265f-123e-bf43bf2ff729),
.bg_before_button_hover:where(.w-variant-f666cfcb-8568-28b8-05ba-5e951330ed1e),
.bg_before_button_hover.background-dark-20,
.bg_before_button_hover.background-dark-25 {
  background-color: var(--_color---base-color--white);
}

.search-icon {
  margin-left: 20px;
}

.text-slip-big {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-weight: var(--_fonts---fonts-weight--medium);
  border-bottom: 1px solid #ffffff21;
  justify-content: flex-start;
  align-items: center;
  font-size: 150px;
  line-height: 104px;
  display: flex;
}

.text-slip {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-slip.big {
  text-transform: uppercase;
  white-space: nowrap;
}

.item-text-slip {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-transform: none;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 18px;
}

.box_image__footer_top {
  z-index: 1;
  position: relative;
  overflow: clip;
}

.overlay_gray {
  z-index: 2;
  background-color: var(--_color---base-color--overlay-white-one);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-row-1 {
  border-bottom: 1px solid #ffffff26;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-row-2 {
  border-bottom: 1px solid #ffffff26;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 53px;
  padding-bottom: 44px;
  display: flex;
}

.footer-row-1-right {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.footer-row-1-left_ct {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.fr1l_text {
  max-width: 373px;
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--overlay-white-seven);
  font-size: 17px;
  line-height: 27px;
}

.button-style-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 35px;
  font-size: 12px;
  line-height: 53px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.button-style-2:where(.w-variant-d6d678d5-af77-0d1b-a165-37817ecfb73b) {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  padding-left: 25px;
  padding-right: 20px;
}

.button-style-2:where(.w-variant-37315e74-ef8b-265f-123e-bf43bf2ff729) {
  border-color: #2b7fd6;
  background-color: #2b7fd6;
  color: var(--_color---base-color--white);
}

.button-style-2:where(.w-variant-9105b78d-2974-637c-f14d-582e14e2be54) {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  border-color: #2b7fd6;
  justify-content: space-between;
  width: 100%;
  padding-left: 35px;
  padding-right: 33px;
}

.button-style-2:hover {
  color: var(--_color---base-color--white);
}

.button-style-2:hover:where(.w-variant-37315e74-ef8b-265f-123e-bf43bf2ff729) {
  color: var(--_color---theme-color--secondary);
}

.button-style-2:hover:where(.w-variant-9105b78d-2974-637c-f14d-582e14e2be54) {
  border-color: var(--_color---theme-color--heading);
}

.header {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.2s;
  display: flex;
  position: absolute;
  top: 30px;
}

/* Laptop/desktop: white bar behind the existing blue menu (do not restyle .header-menu) */
@media screen and (min-width: 992px) {
  .main-header.header {
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .main-header.header .header-logo {
    align-items: center;
    padding-bottom: 4px;
  }

  /* Quote button sits inside the blue menu; fill its height so no blue strip shows under it */
  .main-header.header .header-menu {
    overflow: hidden;
    align-items: stretch;
  }

  .main-header.header .header-menu .btn_header {
    display: flex;
    align-self: stretch;
  }

  .main-header.header .header-menu .btn_header .button-style-1 {
    height: 100%;
    display: flex;
    align-items: center;
    border: 0;
    box-sizing: border-box;
    background-color: #1857a8;
    color: #fff;
    overflow: hidden;
  }

  .main-header.header .header-menu .btn_header .button-style-1 .btn-text-style-1,
  .main-header.header .header-menu .btn_header .button-style-1 .btn-text-style-1 * {
    color: #fff;
  }

  .main-header.header .header-menu .btn_header .button-style-1 .bg_before_button_hover {
    background-color: #124680;
  }
}

.bt2_iconbox {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.bt2_icondark {
  z-index: 2;
  position: relative;
}

.bt2_iconlight {
  position: absolute;
}

.space-60px {
  width: 100%;
  padding-top: var(--space--spacevast);
}

.ft_contact_box {
  width: auto;
}

.ft_contact_box._02 {
  width: 100%;
}

.ft_item_contact {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 10px;
}
/* ----------------------------------------- */
.footer-column-heading {
  margin-bottom: 25px;
}

.footer-column-heading h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-heading-line {
  width: 75%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
}
/* ------------------------------------ */
.footer-row-2-right .footer-heading-line {
  width: 20%;
}
/* --------------------------------------------- */
.ft_item_contact._02 {
  margin-top: 33px;
  margin-bottom: 33px;
}

.ft_item_contact._02.top {
  margin-top: 23px;
  margin-bottom: 23px;
}

.ft_item_label {
  /* min-width: 107px;
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--overlay-white-seven);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 14px; */
}

.ft_item_label._02 {
  color: var(--_color---theme-color--body);
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 15px;
}

.ft_item_info {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-weight: var(--_fonts---fonts-weight--medium);
  /* text-transform: capitalize; */
  font-size: 18px;
}

.ft_item_info._02 {
  color: var(--_color---theme-color--secondary);
  font-size: 25px;
}

.text-ft-right {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: #fff;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 14px;
}

.text-ft-right._02 {
  font-family: var(--_fonts---fonts-name--body-font);
  color: #ffffffd9;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 15px;
}

.text-ft-right._02:hover {
  color: #fff;
}

.text-ft-right._03 {
  color: var(--_color---theme-color--secondary);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 17px;
}

.text-ft-right.team {
  font-weight: var(--_fonts---fonts-weight--normal);
}

.footer-bottom {
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 33px;
  display: flex;
}

.link-footer-brand {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-bottom-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom-left {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
}

.brand {
  color: var(--_color---base-color--white);
  text-transform: capitalize;
  font-size: 16px;
}

.link-footer-social {
  position: relative;
}

.point-d {
  background-color: #fff;
  border-radius: 111px;
  width: 4px;
  height: 4px;
}

.line-link {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
}

.line-link.dark-color {
  background-color: var(--_color---theme-color--secondary);
}

.footer-row-2-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 400px;
  display: flex;
}

.footer-row-2-right {
  width: 500px;
}

.form {
  position: relative;
}

.text-field-form-footer {
  height: 55px;
  color: var(--_color---base-color--white);
  font-family: Inter, sans-serif;
  font-weight: var(--_fonts---fonts-weight--medium);
  background-color: #0000;
  border: 1px solid #ffffff21;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 20px;
  font-size: 15px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.text-field-form-footer:active,
.text-field-form-footer:focus {
  border-color: #fff;
}

.text-field-form-footer::placeholder {
  color: var(--_color---base-color--white);
}

.text-field-form-footer._02 {
  border-color: var(--_color---theme-color--border-color);
  color: var(--_color---base-color--black);
}

.text-field-form-footer._02::placeholder {
  color: var(--_color---base-color--black);
}

.submit-button-form-footer {
  z-index: 99;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.fr2l_col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.space-20px {
  padding-top: var(--space--spacedefault);
}

.lable-form-footer {
  color: var(--_color---base-color--overlay-white-seven);
  font-size: var(--space--fontbase);
  margin-bottom: 28px;
}

.btn-submit-hover {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-main-footer {
  object-fit: cover;
  min-height: 300px;
}

.contact-top_left {
  width: 50%;
  min-width: 50%;
}

.contact-top_right {
  width: 100%;
  max-width: 955px;
}

.ctl_text {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-weight: var(--_fonts---fonts-weight--medium);
  margin-bottom: 17px;
}

.ctl_social {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 426px;
  display: flex;
}

.title-main-contact-page {
  margin-top: 0;
  margin-bottom: 23px;
}

.description-title-contact {
  margin-bottom: 40px;
}

.form-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.checkbox {
  opacity: 0;
  width: 26px;
  height: 26px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cb_label {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 3px;
}

.cb_form_contact_page {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.fw-500 {
  font-family: var(--_fonts---fonts-name--body-font);
  color: var(--_color---theme-color--secondary);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-decoration: underline;
}

.pct_textfield {
  height: 60px;
  color: var(--_color---theme-color--secondary);
  width: calc(50% - 8px);
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.pct_textfield:hover,
.pct_textfield:focus {
  border: 1px solid var(--_color---theme-color--secondary);
}

.pct_textfield::placeholder {
  color: var(--_color---base-color--dark);
}

.pct_textarea {
  height: 278px;
  min-height: 278px;
  color: var(--_color---theme-color--secondary);
  margin-bottom: 0;
  padding: 20px;
  transition: all 0.2s;
}

.pct_textarea:hover,
.pct_textarea:focus {
  border: 1px solid var(--_color---theme-color--secondary);
}

.pct_textarea::placeholder {
  color: var(--_color---theme-color--secondary);
}

.pct_textarea._02 {
  height: 207px;
  min-height: 207px;
}

.pct_select {
  height: 60px;
  color: var(--_color---theme-color--secondary);
  background-color: #fff;
  width: calc(50% - 8px);
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.pct_select:active {
  border-style: solid;
  border-width: 1px;
}

.pct_select:focus {
  border: 1px solid var(--_color---theme-color--secondary);
}

.submit_form_page_ct {
  position: relative;
}

.bottom_form_pct {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 13px;
  display: flex;
}

.bottom_form_pct._02 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.fake_checkbox {
  z-index: 2;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  display: flex;
  position: relative;
}

.submit-button {
  z-index: 333;
  opacity: 0;
  padding: 0;
  position: absolute;
  inset: 0%;
}

._404-errors {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-404 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.title-big {
  width: 100%;
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-align: center;
  text-transform: uppercase;
  font-size: 110px;
  line-height: 120px;
}

.title-big._02.testimonial-title {
  color: var(--_color---base-color--white);
  justify-content: center;
  align-items: center;
}

.title-big._02.title-project {
  font-size: 90px;
}

.title-big._404-title {
  margin-top: var(--space--spacenone);
  margin-bottom: var(--space--spacenone);
}

._404_description {
  text-align: center;
  max-width: 386px;
  margin-top: 44px;
  margin-bottom: 44px;
  padding-left: 15px;
  padding-right: 15px;
}

.tl-box-info {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: #fff;
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.col-faq-2 {
  flex: 0 auto;
  order: 9999;
  width: 100%;
}

.accordion-icon-1 {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 17px;
  min-width: 17px;
  height: 17px;
  display: flex;
  position: relative;
}

.box-faq-info {
  background-color: var(--_color---theme-color--heading);
  padding: 53px 30px 50px;
}

.box-faq-categorie {
  background-color: #f3f3f3;
  padding: 40px 30px 49px;
}

.accordion-item-inner-1 {
  padding-left: 29px;
  padding-right: 29px;
}

.accordion-item-inner-1._02 {
  padding-left: 0;
  padding-right: 0;
}

.des-box-info {
  color: #fff;
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.text-category-questions {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.link-to-question {
  width: 100%;
}

.link-to-question.custom {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 55px;
  transition-duration: 0.2s;
  display: flex;
}

.link-to-question.custom.w--current {
  color: #fff;
  background-color: #111;
  border-color: #111;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 55px;
  display: flex;
}

.arrow-small {
  opacity: 0;
}

.call-box-info {
  color: #fff;
  font-weight: 400;
}

.call-box-info._02 {
  margin-bottom: 38px;
}

.accordion-content-inner-1 {
  padding-top: 0;
  padding-bottom: 41px;
}

.accordion-content-inner-1._02 {
  padding-bottom: 26px;
}

.accordion-content-inner-1._02:where(
    .w-variant-6a783e48-0970-d2e3-9991-3a886a326b82
  ),
.accordion-content-inner-1._02:where(
    .w-variant-429556d9-e1a7-2034-6eba-c4de21a7e8a6
  ) {
  padding-top: 25px;
}

.accordion-icon-plus-1 {
  background-color: #2b7fd6;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.accordion-icon-plus-1._2 {
  background-color: #2b7fd6;
  border-radius: 111px;
  width: 17px;
  height: 1px;
}

.accordion-icon-plus-1._2:where(
    .w-variant-9a4a2ddb-fcfa-8d92-2332-458b6aa0b3fb
  ),
.accordion-icon-plus-1._2:where(
    .w-variant-6a783e48-0970-d2e3-9991-3a886a326b82
  ) {
  background-color: #fff;
}

.accordion-icon-plus-1._1 {
  background-color: #2b7fd6;
  width: 1px;
  height: 17px;
}

.accordion-icon-plus-1._1:where(
    .w-variant-9a4a2ddb-fcfa-8d92-2332-458b6aa0b3fb
  ),
.accordion-icon-plus-1._1:where(
    .w-variant-6a783e48-0970-d2e3-9991-3a886a326b82
  ) {
  background-color: #fff;
}

.wrap-col-faq {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  display: flex;
}

.col-faq-1 {
  flex: 1;
  align-self: flex-start;
  position: relative;
  top: 0;
}

.space-15px {
  width: 100%;
  padding-top: var(--space--spacenarrow);
}

.accordion-item-1 {
  background-color: #fff0;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 0;
  transition: all 0.3s linear;
}

.accordion-item-1.w--current {
  background-color: #fff0;
}

.accordion-item-1._02 {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-bottom: 0;
}

.accordion-item-1._02:where(.w-variant-9a4a2ddb-fcfa-8d92-2332-458b6aa0b3fb) {
  border-bottom-color: #ffffff21;
}

.accordion-item-1._02:where(.w-variant-6a783e48-0970-d2e3-9991-3a886a326b82),
.accordion-item-1._02:where(.w-variant-429556d9-e1a7-2034-6eba-c4de21a7e8a6) {
  border-bottom-style: none;
}

.description-acc1 {
  border-top: 1px solid #dce2e1;
  padding-top: 22px;
  padding-right: 20px;
}

.description-acc1._02 {
  border-top-style: none;
  padding-top: 0;
}

.description-acc1._02:where(.w-variant-9a4a2ddb-fcfa-8d92-2332-458b6aa0b3fb),
.description-acc1._02:where(.w-variant-6a783e48-0970-d2e3-9991-3a886a326b82) {
  color: var(--_color---base-color--overlay-white-seven);
}

.accordion-title-1 {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  flex: 1;
  font-size: 18px;
  font-weight: 500;
}

.accordion-title-1._02 {
  font-size: 20px;
}

.accordion-title-1._02:where(.w-variant-9a4a2ddb-fcfa-8d92-2332-458b6aa0b3fb) {
  color: var(--_color---base-color--white);
  font-size: 19px;
}

.accordion-title-1._02:where(.w-variant-6a783e48-0970-d2e3-9991-3a886a326b82) {
  color: var(--_color---base-color--white);
  font-size: 19px;
  font-weight: 500;
}

.wrap-founder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 573px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fd_text {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-size: var(--_typography---h6--font-size);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
  line-height: 35px;
}

.fd_name {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-size: var(--space--fontsmall);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 13px;
  line-height: 25px;
}

.fd_position {
  font-size: var(--space--fontsmall);
}

.wrap-heading.mw1-center {
  text-align: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.sub-heading {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-size: var(--space--fontsmall);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 20.8px;
}

.sub-heading.color-2 {
  color: var(--_color---base-color--overlay-white-seven);
}

.sub-heading.subtitle-process {
  text-align: left;
}

.sub-heading.subtitle-contact {
  text-align: center;
}

.sub-heading.lt_style {
  color: var(--_color---base-color--white);
  text-align: left;
}

.sub-heading.sv_style {
  color: var(--_color---base-color--white);
  margin-bottom: 24px;
}

.wrap-team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card {
  perspective: 1200px;
  position: relative;
  overflow: hidden;
}

.team-image {
  backface-visibility: hidden;
  transform-origin: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.team-info {
  background-color: var(--_color---theme-color--secondary);
  width: 100%;
  height: 100%;
  color: var(--_color---base-color--white);
  flex-flow: column;
  padding: 20px 35px 20px 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.team-iteam-inner {
  position: relative;
}

.t_name {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: var(--_typography---body--font-size);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.t_position {
  color: var(--_color---base-color--overlay-white-eight);
  font-size: var(--space--fontsmall);
  margin-bottom: 21px;
}

.t_description {
  color: var(--_color---base-color--overlay-white-seven);
  margin-top: 24px;
  margin-bottom: 10px;
}

.wrap-social-team {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-button-team {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-team {
  background-color: var(--_color---base-color--white);
  transform-origin: 100% 100%;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  margin-right: -15px;
  display: flex;
}

.button-team:hover {
  transform-origin: 100% 100%;
  transform: scale(0.9);
}

.divider-main {
  background-color: #ffffff21;
  width: 100%;
  height: 1px;
  padding-top: 1px;
}

.divider-main.mr-15 {
  margin-right: 15px;
}

.divider-main._02 {
  background-color: #11111121;
}

.wrap_vb {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.col_vb {
  width: calc(33.333% - 20px);
}

.col_vb._01 {
  background-color: var(--_color---theme-color--secondary);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 440px;
  padding: 40px 30px;
  display: flex;
}

.col_vb._03 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border: 1px solid var(--_color---theme-color--border-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

.vb_text {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: var(--space--fontbase);
  line-height: 30px;
}

.space-80px {
  padding-top: var(--space--spacehuge);
}

.vb_item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vb_icbox {
  background-color: var(--_color---theme-color--secondary);
  justify-content: center;
  align-items: center;
  width: 31px;
  min-width: 31px;
  height: 31px;
  min-height: 31px;
  display: flex;
}

.bold-text {
  color: var(--_color---theme-color--secondary);
  font-weight: 500;
}

.wrap-text-big {
  width: 100%;
  position: relative;
}

.tb_line {
  background-color: var(--_color---theme-color--border-color);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tb_line._02 {
  inset: auto 0% 0% auto;
}

.tb_line._02._03,
.tb_line._03 {
  background-color: #ffffff21;
}

.heading.title-process {
  text-align: left;
  text-transform: capitalize;
  max-width: 486px;
  margin-bottom: 113px;
}

.heading.title-meet-team {
  max-width: 530px;
  font-size: var(--_typography---h3--font-size);
  text-align: left;
}

.heading.heading-form-po {
  text-align: center;
}

.heading.heading-blog {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.heading.lt_style {
  color: var(--_color---base-color--white);
  text-align: left;
}

.space-130px {
  padding-top: var(--space--spaceultimate);
}

.section-mission {
  background-color: #2b7fd6;
  padding-top: 105px;
  padding-bottom: 102px;
}

.wrap-row-about {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.wrap-row-about._02 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.ab1_col {
  width: calc(33.333% - 20px);
}

.ab1_description {
  color: var(--_color---base-color--white);
  line-height: 25px;
}

.line-hover-effect {
  background-color: #ffffff21;
  width: 100%;
  height: 1px;
  margin-top: 26px;
  margin-bottom: 23px;
  position: relative;
}

.line-hover-run {
  transform-origin: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: scaleX(0);
}

.ab1_title {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: var(--space--fontsmall);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-transform: uppercase;
  line-height: 20.8px;
}

.ab2_col1 {
  flex: 1;
}

.ab2_col2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 545px;
  display: flex;
}

.title-main-about {
  max-width: 985px;
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---h3--line-height);
  margin-top: -4px;
}

.space-25px {
  padding-top: var(--space--spacestandard);
}

.wrap-ab3 {
  background-color: #2b7fd6;
  display: flex;
  position: relative;
}

.ab3_col1 {
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.ab3_col1._02 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 50px;
  display: flex;
}

.ab3_col2 {
  width: 33.6%;
  position: relative;
}

.ab3_col2._02 {
  width: 41.15%;
}

.ab_wcu_title {
  max-width: 910px;
  color: var(--_color---base-color--white);
  font-size: var(--_typography---h4--font-size);
  padding-bottom: 30px;
  padding-right: 20px;
  line-height: 45px;
}

.space-30px {
  padding-top: var(--space--spacecomfort);
}

.wcu_bottom {
  justify-content: flex-start;
  align-items: center;
  max-width: 1035px;
  padding-top: 60px;
  padding-right: 20px;
  display: flex;
}

.wcu_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wcu_counter {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 147px;
  display: flex;
}

.text-counter {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: var(--space--fontsmall);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-transform: uppercase;
  margin-top: 15px;
  line-height: 20.8px;
}

.text-counter.dark {
  color: var(--_color---theme-color--secondary);
}

.wcu_check {
  width: 16px;
  height: 12px;
}

.wcu_list_item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--_color---base-color--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wcu_list_item._02 {
  margin-top: 21px;
  margin-bottom: 21px;
}

.wcu_list_wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.space-125px {
  padding-top: var(--space--spacesupreme);
}

.block-scroll {
  z-index: 2;
  background-color: #2b7fd6;
  width: 0;
  position: absolute;
  inset: 0%;
}

.block-scroll._02 {
  height: 100%;
  inset: 0% 0% auto auto;
}

.ab3_bottom._02 {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.wrap-ab3_bottom {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 97px;
  padding-bottom: 52px;
  display: flex;
}

.wrap-ab3_bottom._02 {
  border-bottom: 1px solid var(--_color---theme-color--border-color);
}

.ab3_bottom_col {
  max-width: 389px;
}

.ab3_bt_title {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-size: var(--_typography---h6--font-size);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-align: center;
  padding-bottom: 20px;
}

.ab3_bt_description {
  text-align: center;
}

.wrap-process {
  margin-top: 65px;
}

.process-item {
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.process-item.last {
  padding-bottom: 100px;
}

.pro_image {
  width: calc(50% - 141px);
  min-height: 200px;
}

.pro_block {
  width: 283px;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pro_info {
  z-index: 2;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(50% - 141px);
  display: flex;
  position: relative;
}

.pro_info._02 {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.pro_step {
  background-color: #2b7fd6;
  color: var(--_color---base-color--white);
  font-size: var(--space--fonttiny);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 32px;
  display: inline-flex;
}

.pro_title {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-size: var(--_typography---h6--font-size);
  font-weight: var(--_fonts---fonts-weight--medium);
  margin-top: 51px;
  margin-bottom: 24px;
}

.pro_description {
  max-width: 484px;
}

.pro_block_line1 {
  background-color: var(--_color---theme-color--border-color);
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.pro_block_line2 {
  background-color: var(--_color---theme-color--border-color);
  height: 1px;
  position: absolute;
  top: 50%;
  left: 60px;
  right: 60px;
  transform: translate(0, -50%);
}

.pro_play {
  border: 1px solid var(--_color---theme-color--border-color);
  justify-content: center;
  align-items: center;
  width: 128px;
  min-width: 128px;
  height: 128px;
  min-height: 128px;
  transition-duration: 0.2s;
  display: flex;
}

.pro_play:hover {
  border-color: #2b7fd6;
  background-color: #2b7fd6;
}

.process-last {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-lets-talk {
  background-color: #2b7fd6;
  position: relative;
}

.section-lets-talk.ab_page {
  background-color: #fff;
}

.lt_col {
  border-right: 1px solid var(--_color---theme-color--border-color);
  text-align: center;
  flex: 1;
  padding-top: 40px;
  padding-bottom: 34px;
}

.lt_col._02 {
  border-right-style: none;
}

.lt_col._03 {
  background-color: #2b7fd6;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lt_col._03.bg-white {
  background-color: var(--_color---base-color--white);
}

.lt_col.bd-2 {
  border-right-style: solid;
  border-right-color: var(--_color---theme-color--border-color);
}

.lt_row {
  border-top: 1px solid var(--_color---theme-color--border-color);
  border-bottom: 1px solid var(--_color---theme-color--border-color);
  display: flex;
}

.lt_row._02 {
  border-top-style: none;
  border-top-color: var(--_color---base-color--overlay-white-one);
  border-bottom-style: none;
  position: relative;
}

.lt_title {
  font-family: var(--_fonts---fonts-name--heading-font);
  font-weight: var(--_fonts---fonts-weight--medium);
  font-size: 18px;
}

.lt_title._02 {
  color: var(--_color---base-color--overlay-white-seven);
}

.lt_description {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  justify-content: center;
  align-items: flex-start;
  margin-top: 13px;
  font-size: 45px;
  line-height: 60px;
  display: flex;
}

.lt_description._02 {
  color: var(--_color---base-color--white);
}

.custom-sufix {
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}

.lt_title_main {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-weight: var(--_fonts---fonts-weight--medium);
  font-size: 20px;
  line-height: 30px;
}

.lt_title_main._02 {
  color: var(--_color---theme-color--secondary);
}

.sa_col {
  width: 50%;
  max-width: 555px;
}

.sa_col._02 {
  max-width: 100%;
}

.sa_row {
  justify-content: space-between;
  display: flex;
}

.adw_item {
  border-top: 1px solid var(--_color---theme-color--border-color);
  font-family: var(--_typography---body--font-family);
  color: var(--_color---theme-color--heading);
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.adw_name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.dot {
  background-color: var(--_color---theme-color--heading);
  border-radius: 11px;
  width: 5px;
  min-width: 5px;
  height: 5px;
  min-height: 5px;
}

.adw_date {
  flex: 1;
}

.section-meet-team {
  background-image: linear-gradient(90deg, #4000ff0d, #fff);
}

.mt_row {
  display: flex;
}

.mt_col {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.mt_col2 {
  width: 600px;
  min-width: 600px;
}

.mt_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mt_item {
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
}

.mt_info {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mt_name {
  opacity: 0;
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-weight: var(--_fonts---fonts-weight--medium);
  font-size: 18px;
  position: relative;
}

.mt_position {
  opacity: 0;
  color: var(--_color---base-color--overlay-white-eight);
  font-size: var(--space--fontsmall);
  margin-top: 6px;
  margin-bottom: 40px;
  position: relative;
}

.mt_teamcard {
  perspective: 1000px;
  display: flex;
}

.mt_teamcard:where(.w-variant-a8f5154e-43ec-4e76-2088-0b96ebcdec48) {
  overflow: hidden;
}

.mt_image {
  backface-visibility: hidden;
  position: relative;
  transform: rotateY(0);
}

.mt1_bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 34px;
  display: flex;
}

.mt_description {
  max-width: 441px;
}

.mt1_button {
  min-width: fit-content;
  display: flex;
}

.blur-scroll-page-title {
  z-index: 2;
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.ct_description {
  max-width: 660px;
  color: var(--_color---theme-color--secondary);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.space-45px {
  padding-top: var(--space--spacegenerous);
}

.ct_list_button_form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-popup-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  gap: 16px;
  background-color: #2b7fd6;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  padding: 24px 16px;
  box-sizing: border-box;
  transition-duration: 0.25s;
  display: flex !important;
  text-decoration: none;
}

.button-popup-form:hover {
  transform: scale(1.1);
}

.button-popup-form.popup {
  cursor: pointer;
  transition: all 0.25s;
}

.btn_po_text {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: #ffffff;
  font-size: 16px;
  font-weight: var(--_fonts---fonts-weight--medium);
  text-align: center;
  line-height: 22px;
  display: block;
  position: relative;
  z-index: 1;
}

.space-70px {
  padding-top: var(--space--spacemassive);
}

.wrap-form-popup {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.overlay_po {
  z-index: 999;
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  pointer-events: none;
  background-color: #11111159;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.form-popup {
  background-color: var(--_color---base-color--white);
  width: 100%;
  max-width: 1076px;
  padding: 50px 90px 80px;
  position: relative;
}

.description-form-po {
  text-align: center;
  max-width: 560px;
  margin-bottom: 43px;
  margin-left: auto;
  margin-right: auto;
}

.close-form {
  cursor: pointer;
  transition: all 0.5s;
  position: absolute;
  inset: 36px 36px auto auto;
}

.close-form:hover {
  transform: rotate(180deg);
}

.close-form.search-po {
  pointer-events: none;
  width: 20px;
  top: auto;
  right: auto;
}

.abc_1 {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.abc_2 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.wrap-ab_col_image {
  display: flex;
}

.po_svg,
.button-popup-form img {
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  flex-shrink: 0;
}

.ab2_testimonial {
  margin-top: 60px;
  margin-bottom: 60px;
}

.abc_1_ctw {
  max-width: 351px;
}

.ab2_tes_box {
  z-index: 3;
  background-color: #2b7fd6;
  width: 495px;
  margin-top: -273px;
  padding: 43px 50px 50px 45px;
  position: relative;
}

.ab2_tes_description {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: var(--_typography---h6--font-size);
  font-weight: var(--_fonts---fonts-weight--medium);
  line-height: 32px;
}

.ab2_tes_info_bottom {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ab2_tes_name {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: var(--space--fontsmall);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 20.8px;
}

.ab2_tes_position {
  color: var(--_color---base-color--white);
  font-size: var(--space--fontsmall);
  line-height: 25px;
}

.ab2_tes_image,
.abh_img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("vincent-lewis.png");
  background-size: cover;
  background-position: center 18%;
  background-repeat: no-repeat;
  display: block;
}

.space-110px {
  padding-top: var(--space--spaceimmense);
}

.ic_play {
  z-index: 2;
  position: relative;
}

.ic_play._02 {
  z-index: 0;
  position: absolute;
}

.ab-wrap-acc {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 40px;
  display: flex;
}

.ab2_img {
  width: auto;
  height: auto;
  margin-top: 62px;
}

.bg_teamcard_hover {
  background-color: #2b7fd6;
  opacity: 0;
  position: absolute;
  inset: 0%;
  transform: scale(0.5);
}

.bg_teamcard_hover:where(.w-variant-a8f5154e-43ec-4e76-2088-0b96ebcdec48) {
  border-radius: 1000px;
}

.ic-team-card {
  opacity: 0;
  position: relative;
}

.ab_text1 {
  max-width: 444px;
}

.im_post2 {
  width: auto;
  height: auto;
}

.meta-post-ct {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.label-meta-post {
  margin-bottom: 5px;
  font-size: 16px;
}

.meta-post {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.meta-post.single {
  margin-left: 50px;
}

.space-40px-2 {
  width: 100%;
  padding-top: 40px;
}

.ct-post {
  color: var(--_color---theme-color--heading);
  font-size: 16px;
  font-weight: 500;
}

.single-post-top {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-post {
  object-fit: cover;
  width: 100%;
  min-height: 460px;
  max-height: 546px;
}

.image-meta-post {
  border: 1px solid var(--_color---theme-color--border-color);
  border-radius: 11111px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.space-135px-3 {
  width: 100%;
  padding-top: 135px;
  position: relative;
}

.post-grid.post-page {
  margin-bottom: 0;
}

.post-grid-list {
  grid-column-gap: 30px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-grid-list.style-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.post-grid-list.style-blog {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrap-feature-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
}

.wrap-feature-image .g_wrap_image {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrap-feature-image .g_img_post {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  transform: none !important;
}

.g_post-date {
  z-index: 2;
  background-color: #2b7fd6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 93px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.g_button {
  z-index: 2;
  background-color: #2b7fd6;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  transition-duration: 0.2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.g_button.portfolio {
  width: 79px;
  height: 79px;
  bottom: 20px;
  right: 20px;
}

.g_day {
  width: 100%;
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-align: center;
  border-bottom: 1px solid #ffffff21;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 30px;
}

.g_month {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-weight: var(--_fonts---fonts-weight--medium);
  font-size: 16px;
  line-height: 1;
}

.g_post_content.portfolio {
  margin-top: 24px;
}

.g_tag {
  font-family: var(--_fonts---fonts-name--heading-font);
  font-size: var(--space--fontsmall);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 11px;
  line-height: 20.8px;
  position: relative;
}

.g_tag.portfolio-location {
  margin-top: 12px;
}

.g_title {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-weight: var(--_fonts---fonts-weight--medium);
  font-size: 20px;
  line-height: 30px;
}

.g_title.portfolio-title {
  font-size: 22px;
}

.g_img_post {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin-top: 0;
  margin-left: 0;
}

.g_wrap_image {
  justify-content: flex-start;
  align-items: center;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.g_button_ic2 {
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(-40px, 40px, 90px) translate(0);
}

.tabs-portfolio {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.tab-title {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_color---theme-color--border-color);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_color---theme-color--border-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_color---theme-color--border-color);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_color---theme-color--border-color);
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--primary);
  font-size: var(--space--fontsmall);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 24px;
  line-height: 48px;
}

.tab-title.w--current {
  border-color: var(--_color---theme-color--heading);
  background-color: var(--_color---theme-color--heading);
  color: var(--_color---base-color--white);
}

.portolio-type {
  z-index: 2;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_color---theme-color--border-color);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_color---theme-color--border-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_color---theme-color--border-color);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_color---theme-color--border-color);
  color: var(--_color---theme-color--secondary);
  text-transform: uppercase;
  background-color: #fff;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 12px;
  line-height: 36px;
  position: absolute;
  top: 20px;
  left: 20px;
  overflow: hidden;
}

.pp-line {
  background-color: #dce2e1;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.single-portfolio-content {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.label-meta-post-2 {
  margin-bottom: 7px;
  font-size: 16px;
}

.image-room {
  width: 100%;
  height: 100%;
}

.description-room {
  max-width: 400px;
}

.spc_left {
  width: 50%;
  padding-right: 20px;
}

.ct-post-2 {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: #13362c;
  font-size: 16px;
  font-weight: 500;
}

.room-wrap {
  background-color: #f2f5f1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.room-wrap._02 {
  background-color: #fefff0;
  justify-content: flex-start;
  align-items: center;
}

.rich-text-2-portfolio {
  max-width: 450px;
}

.title-room {
  font-family: var(--_fonts---fonts-name--heading-font);
  font-size: 30px;
  font-weight: var(--_fonts---fonts-weight--medium);
}

.single-post-top-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.single-post-top-2.portfolio {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #dce2e1;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: inline-flex;
}

.line-button-nav {
  background-color: #dce2e1;
  width: 350px;
  height: 1px;
  position: absolute;
  left: 100%;
}

.portfolio-pre {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border: 1px solid #dce2e1;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 14px 40px 14px 20px;
  transition-duration: 0.2s;
  display: flex;
  position: relative;
}

.portfolio-pre:hover {
  border-color: #13362c;
}

.single-portfolio-locaition {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--_color---theme-color--heading);
  justify-content: center;
  align-items: center;
  padding: 13px 35px 13px 38px;
  display: inline-flex;
}

.heading-2 {
  text-transform: capitalize;
}

.heading-2.svl {
  margin-top: -6px;
  margin-bottom: 0;
}

.spc3_image {
  width: calc(50% - 15px);
}

.text-button-style-2 {
  color: #13362c;
  background-color: #0000;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 55px;
}

.spg-location {
  color: #fff;
  font-weight: 500;
  line-height: 20px;
}

.spc_left_text {
  color: #13362c;
  max-width: 430px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.spc3_left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.button-2 {
  box-sizing: border-box;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #d9f8ce;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 34px;
  padding-right: 30px;
  display: inline-flex;
  position: relative;
  overflow: visible;
}

.button-2.style-2-hover {
  z-index: 2;
}

.img-1-room {
  max-width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.room-col {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.room-col._01 {
  min-height: 100%;
}

.image-meta-post-2 {
  border: 1px solid #dce2e1;
  border-radius: 11111px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.room-info {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 30px 15px;
  display: flex;
}

.single-portfolio-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spc3_right {
  width: 50%;
}

.spc_right {
  width: 50%;
  padding-left: 30px;
}

.btn_ic1_hv {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}

.pl1 {
  margin-right: 10px;
}

.pf_row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pf_feature {
  padding-left: 30px;
}

.pf_wrapimage {
  max-width: 1035px;
}

.st_row {
  display: flex;
}

.st_col {
  width: 50%;
}

.st_col._02 {
  padding-left: 30px;
}

.st_title {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-size: var(--_typography---h3--font-size);
  font-weight: var(--_fonts---fonts-weight--medium);
  line-height: 1;
}

.pt2 {
  max-width: 750px;
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-weight: var(--_fonts---fonts-weight--medium);
  font-size: 25px;
  line-height: 35px;
}

.wrap-pf-acc {
  padding-left: 325px;
}

.pf_acc_row {
  justify-content: space-between;
  display: flex;
}

.pf_acc_col {
  background-color: var(--_color---theme-color--secondary);
  flex-flow: column;
  width: calc(50% - 15px);
  min-height: 585px;
  padding: 73px 40px 78px;
  display: flex;
}

.pf_acc_col-2 {
  width: calc(50% - 15px);
}

.pf_acc_title {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: var(--space--fontsmall);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 60px;
}

.pf_main_image {
  object-fit: cover;
  min-height: 500px;
}

.wrap-text-slip {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 46px;
  padding-top: 49px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.wrap-text-slip .text-slip-track {
  display: flex;
  align-items: center;
  column-gap: 60px;
  width: max-content;
  animation: verda-ticker 35s linear infinite;
  will-change: transform;
}

.wrap-text-slip .text-slip-track .text-slip {
  transform: none !important;
  translate: none !important;
  flex-shrink: 0;
}

.wrap-text-slip .item-text-slip-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.wrap-text-slip .item-text-slip-link:hover .item-text-slip {
  color: #2b7fd6;
}

@keyframes verda-ticker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wrap-text-slip .text-slip-track {
    animation: none;
  }
}

.lt_top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lt_des {
  max-width: 520px;
  color: var(--_color---base-color--white);
  font-size: var(--space--fontbase);
  line-height: 28px;
}

.ab_sv_titlemain {
  max-width: 868px;
  color: var(--_color---base-color--white);
  margin-top: 100px;
  font-size: 25px;
  line-height: 40px;
}

.space-75px {
  padding-top: var(--space--spacemassive);
  margin-top: 5px;
}

.line-vertical-effect {
  z-index: 2;
  background-color: var(--_color---base-color--overlay-white-one);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 20%;
}

.line-vertical-effect._02 {
  left: 40%;
}

.line-vertical-effect._03 {
  left: 60%;
}

.line-vertical-effect._04 {
  left: 80%;
}

.line-horizontal-effect {
  background-color: var(--_color---base-color--overlay-white-one);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrap-image-wcu_sv {
  z-index: 2;
  position: relative;
}

.service-item-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.service-feature-image {
  width: 42.73%;
  max-width: 42.73%;
}

.service-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  display: flex;
}

.service-content-1 {
  min-width: 350px;
  max-width: 350px;
}

.service-content-1.list-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  max-width: 10000px;
  height: 100%;
  display: flex;
}

.service-content-2 {
  border-left: 1px solid var(--_color---theme-color--border-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 267px;
  min-width: 267px;
  padding-left: 30px;
  display: flex;
}

.space-150px {
  padding-top: 150px;
}

.icon-service-list {
  background-color: #2b7fd6;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  display: flex;
  transition: background-color 0.3s;
}

.icon-service-list img {
  width: 48px;
  height: 48px;
}

.title-service-list {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-weight: var(--_fonts---fonts-weight--medium);
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 45px;
}

.title-service-list.list-2 {
  margin-top: 33px;
  margin-bottom: 21px;
  font-size: 22px;
  line-height: 30px;
}

.description-sv-list {
  margin-bottom: 51px;
}

.description-sv-list.list-2 {
  flex: 1;
  width: 100%;
  max-height: 75px;
  margin-bottom: 32px;
  overflow: hidden;
}

.sv_include {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-size: var(--space--fontsmall);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.svic_item {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-size: var(--space--fontbase);
  font-weight: var(--_fonts---fonts-weight--medium);
  line-height: 35px;
}

.space-200px {
  padding-top: 200px;
}

.ab_img_main {
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 450px;
}

.heading-3 {
  text-transform: capitalize;
}

.heading-3.heading_ss_pf {
  margin-top: 128px;
  margin-bottom: 70px;
}

.left-arrow,
.right-arrow {
  display: none;
}

.slide-post {
  width: 100%;
  height: fit-content;
  padding-left: 15px;
  padding-right: 15px;
}

.mask-slider {
  width: 33.33%;
  height: fit-content;
  overflow: visible;
}

.slider-post {
  background-color: #0000;
  height: fit-content;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.slider-post.project {
  margin-bottom: -18px;
}

.slide-nav {
  margin-top: 40px;
  position: relative;
  transform: scale(0.4);
}

.ss_acc_col {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.ss_acc_col._02 {
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
}

.wrap_ss_acc {
  background-color: #1111110d;
  display: flex;
}

.ss_acc_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.ss_acc_content {
  width: 100%;
}

.ss_acc_title {
  width: 500px;
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-size: var(--_typography---h2--font-size);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-transform: capitalize;
  margin-bottom: 90px;
  line-height: 55px;
}

.hover-title {
  transform-origin: 50% 100%;
  transition: all 0.2s;
  display: inline-block;
}

.hover-title:hover {
  transform: scaleY(1.2);
}

.ss_db_image {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.ss_db_img._02 {
  flex: 1;
}

.ss_intro {
  display: flex;
}

.ss_intro_col {
  background-color: #2b7fd6;
  width: 50%;
}

.ss_intro_col._02 {
  justify-content: flex-start;
  align-items: center;
  padding: 50px 40px;
  display: flex;
}

.ss_body_text2 {
  max-width: 717px;
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-weight: var(--_fonts---fonts-weight--medium);
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 40px;
}

.wrap-text-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-box {
  border: 1px solid var(--_color---theme-color--border-color);
  flex: 1;
  padding: 35px 35px 42px;
  transition: border-color 0.3s, background-color 0.3s, transform 0.3s;
}

.text-box:hover {
  border-color: #2b7fd6;
  background-color: #2b7fd6;
  transform: translate(0, -20px) !important;
}

.text-box:hover .tb_title,
.text-box:hover .tb_title *,
.text-box:hover .tb_description,
.text-box:hover .tb_description * {
  color: #ffffff !important;
}

.text-box:hover .step {
  background-color: #ffffff;
}

.text-box:hover .step img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.text-box:hover .step::after {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background-color: #2b7fd6;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.text-box:hover .step:has(img[src*="icon-architecture.svg"])::after {
  -webkit-mask-image: url("icon-architecture.svg");
  mask-image: url("icon-architecture.svg");
}

.text-box:hover .step:has(img[src*="icon-construction.svg"])::after {
  -webkit-mask-image: url("icon-construction.svg");
  mask-image: url("icon-construction.svg");
}

.text-box:hover .step:has(img[src*="icon-design.svg"])::after {
  -webkit-mask-image: url("icon-design.svg");
  mask-image: url("icon-design.svg");
}

.text-box:hover .step:has(img[src*="icon-drawings.svg"])::after {
  -webkit-mask-image: url("icon-drawings.svg");
  mask-image: url("icon-drawings.svg");
}

.text-box:hover .step:has(img[src*="icon-electrical.svg"])::after {
  -webkit-mask-image: url("icon-electrical.svg");
  mask-image: url("icon-electrical.svg");
}

.text-box:hover .step:has(img[src*="icon-engineering.svg"])::after {
  -webkit-mask-image: url("icon-engineering.svg");
  mask-image: url("icon-engineering.svg");
}

.text-box:hover .step:has(img[src*="icon-fire.svg"])::after {
  -webkit-mask-image: url("icon-fire.svg");
  mask-image: url("icon-fire.svg");
}

.text-box:hover .step:has(img[src*="icon-headset.svg"])::after {
  -webkit-mask-image: url("icon-headset.svg");
  mask-image: url("icon-headset.svg");
}

.text-box:hover .step:has(img[src*="icon-inventory.svg"])::after {
  -webkit-mask-image: url("icon-inventory.svg");
  mask-image: url("icon-inventory.svg");
}

.text-box:hover .step:has(img[src*="icon-irrigation.svg"])::after {
  -webkit-mask-image: url("icon-irrigation.svg");
  mask-image: url("icon-irrigation.svg");
}

.text-box:hover .step:has(img[src*="icon-landscaping.svg"])::after {
  -webkit-mask-image: url("icon-landscaping.svg");
  mask-image: url("icon-landscaping.svg");
}

.text-box:hover .step:has(img[src*="icon-mep.svg"])::after {
  -webkit-mask-image: url("icon-mep.svg");
  mask-image: url("icon-mep.svg");
}

.text-box:hover .step:has(img[src*="icon-plants.svg"])::after {
  -webkit-mask-image: url("icon-plants.svg");
  mask-image: url("icon-plants.svg");
}

.text-box:hover .step:has(img[src*="icon-specs.svg"])::after {
  -webkit-mask-image: url("icon-specs.svg");
  mask-image: url("icon-specs.svg");
}

.text-box:hover .step:has(img[src*="icon-supplier.svg"])::after {
  -webkit-mask-image: url("icon-supplier.svg");
  mask-image: url("icon-supplier.svg");
}

.text-box:hover .step:has(img[src*="icon-valve.svg"])::after {
  -webkit-mask-image: url("icon-valve.svg");
  mask-image: url("icon-valve.svg");
}

.text-box:hover .step:has(img[src*="icon-verified.svg"])::after {
  -webkit-mask-image: url("icon-verified.svg");
  mask-image: url("icon-verified.svg");
}

.text-box:hover .step:has(img[src*="icon-water-features.svg"])::after {
  -webkit-mask-image: url("icon-water-features.svg");
  mask-image: url("icon-water-features.svg");
}

.step {
  background-color: #2b7fd6;
  width: 58px;
  height: 58px;
  color: var(--_color---base-color--white);
  font-size: var(--space--fontbase);
  font-weight: var(--_fonts---fonts-weight--medium);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transition: background-color 0.3s ease;
}

.step img {
  width: 28px;
  height: 28px;
  display: block;
  transition: opacity 0.3s ease;
}

.tb_title {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-size: var(--_typography---h6--font-size);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-transform: capitalize;
  margin-top: 24px;
  margin-bottom: 25px;
}

.tb_description {
  margin-top: 25px;
}

/* Process cards: always show icons + content (don't rely on Webflow IX/GSAP) */
.wrap-text-box .text-box,
.wrap-text-box .text-box .tb_title,
.wrap-text-box .text-box .divider-main._02,
.wrap-text-box .text-box .tb_description {
  visibility: visible !important;
  opacity: 1 !important;
}

/* Webflow hover IX leaves inline white color on descriptions after mouseleave */
.wrap-text-box .text-box .tb_title,
.wrap-text-box .text-box .tb_title * {
  color: var(--_color---theme-color--secondary) !important;
}

.wrap-text-box .text-box .tb_description,
.wrap-text-box .text-box .tb_description * {
  color: var(--_color---theme-color--body) !important;
}

.wrap-text-box .text-box:hover .tb_title,
.wrap-text-box .text-box:hover .tb_title *,
.wrap-text-box .text-box:hover .tb_description,
.wrap-text-box .text-box:hover .tb_description * {
  color: #ffffff !important;
}

.wrap-text-box .step::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background-color: #ffffff;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.wrap-text-box .step:has(img[src*="icon-architecture.svg"])::before {
  -webkit-mask-image: url("icon-architecture.svg");
  mask-image: url("icon-architecture.svg");
}

.wrap-text-box .step:has(img[src*="icon-construction.svg"])::before {
  -webkit-mask-image: url("icon-construction.svg");
  mask-image: url("icon-construction.svg");
}

.wrap-text-box .step:has(img[src*="icon-design.svg"])::before {
  -webkit-mask-image: url("icon-design.svg");
  mask-image: url("icon-design.svg");
}

.wrap-text-box .step:has(img[src*="icon-drawings.svg"])::before {
  -webkit-mask-image: url("icon-drawings.svg");
  mask-image: url("icon-drawings.svg");
}

.wrap-text-box .step:has(img[src*="icon-electrical.svg"])::before {
  -webkit-mask-image: url("icon-electrical.svg");
  mask-image: url("icon-electrical.svg");
}

.wrap-text-box .step:has(img[src*="icon-engineering.svg"])::before {
  -webkit-mask-image: url("icon-engineering.svg");
  mask-image: url("icon-engineering.svg");
}

.wrap-text-box .step:has(img[src*="icon-fire.svg"])::before {
  -webkit-mask-image: url("icon-fire.svg");
  mask-image: url("icon-fire.svg");
}

.wrap-text-box .step:has(img[src*="icon-headset.svg"])::before {
  -webkit-mask-image: url("icon-headset.svg");
  mask-image: url("icon-headset.svg");
}

.wrap-text-box .step:has(img[src*="icon-inventory.svg"])::before {
  -webkit-mask-image: url("icon-inventory.svg");
  mask-image: url("icon-inventory.svg");
}

.wrap-text-box .step:has(img[src*="icon-irrigation.svg"])::before {
  -webkit-mask-image: url("icon-irrigation.svg");
  mask-image: url("icon-irrigation.svg");
}

.wrap-text-box .step:has(img[src*="icon-landscaping.svg"])::before {
  -webkit-mask-image: url("icon-landscaping.svg");
  mask-image: url("icon-landscaping.svg");
}

.wrap-text-box .step:has(img[src*="icon-mep.svg"])::before {
  -webkit-mask-image: url("icon-mep.svg");
  mask-image: url("icon-mep.svg");
}

.wrap-text-box .step:has(img[src*="icon-plants.svg"])::before {
  -webkit-mask-image: url("icon-plants.svg");
  mask-image: url("icon-plants.svg");
}

.wrap-text-box .step:has(img[src*="icon-specs.svg"])::before {
  -webkit-mask-image: url("icon-specs.svg");
  mask-image: url("icon-specs.svg");
}

.wrap-text-box .step:has(img[src*="icon-supplier.svg"])::before {
  -webkit-mask-image: url("icon-supplier.svg");
  mask-image: url("icon-supplier.svg");
}

.wrap-text-box .step:has(img[src*="icon-valve.svg"])::before {
  -webkit-mask-image: url("icon-valve.svg");
  mask-image: url("icon-valve.svg");
}

.wrap-text-box .step:has(img[src*="icon-verified.svg"])::before {
  -webkit-mask-image: url("icon-verified.svg");
  mask-image: url("icon-verified.svg");
}

.wrap-text-box .step:has(img[src*="icon-water-features.svg"])::before {
  -webkit-mask-image: url("icon-water-features.svg");
  mask-image: url("icon-water-features.svg");
}

.wrap-text-box .step img {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.text-box:hover .step::before {
  display: none;
}

/* Service list icons on index/service pages */
.icon-service-list,
.icon-service-list img {
  visibility: visible !important;
  opacity: 1 !important;
}

.icon-service-list {
  position: relative;
}

.icon-service-list::before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  background-color: #ffffff;
  transition: background-color 0.3s;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.icon-service-list:has(img[src*="icon-architecture.svg"])::before {
  -webkit-mask-image: url("icon-architecture.svg");
  mask-image: url("icon-architecture.svg");
}

.icon-service-list:has(img[src*="icon-construction.svg"])::before {
  -webkit-mask-image: url("icon-construction.svg");
  mask-image: url("icon-construction.svg");
}

.icon-service-list:has(img[src*="icon-design.svg"])::before {
  -webkit-mask-image: url("icon-design.svg");
  mask-image: url("icon-design.svg");
}

.icon-service-list:has(img[src*="icon-drawings.svg"])::before {
  -webkit-mask-image: url("icon-drawings.svg");
  mask-image: url("icon-drawings.svg");
}

.icon-service-list:has(img[src*="icon-electrical.svg"])::before {
  -webkit-mask-image: url("icon-electrical.svg");
  mask-image: url("icon-electrical.svg");
}

.icon-service-list:has(img[src*="icon-engineering.svg"])::before {
  -webkit-mask-image: url("icon-engineering.svg");
  mask-image: url("icon-engineering.svg");
}

.icon-service-list:has(img[src*="icon-fire.svg"])::before {
  -webkit-mask-image: url("icon-fire.svg");
  mask-image: url("icon-fire.svg");
}

.icon-service-list:has(img[src*="icon-headset.svg"])::before {
  -webkit-mask-image: url("icon-headset.svg");
  mask-image: url("icon-headset.svg");
}

.icon-service-list:has(img[src*="icon-inventory.svg"])::before {
  -webkit-mask-image: url("icon-inventory.svg");
  mask-image: url("icon-inventory.svg");
}

.icon-service-list:has(img[src*="icon-irrigation.svg"])::before {
  -webkit-mask-image: url("icon-irrigation.svg");
  mask-image: url("icon-irrigation.svg");
}

.icon-service-list:has(img[src*="icon-landscaping.svg"])::before {
  -webkit-mask-image: url("icon-landscaping.svg");
  mask-image: url("icon-landscaping.svg");
}

.icon-service-list:has(img[src*="icon-mep.svg"])::before {
  -webkit-mask-image: url("icon-mep.svg");
  mask-image: url("icon-mep.svg");
}

.icon-service-list:has(img[src*="icon-plants.svg"])::before {
  -webkit-mask-image: url("icon-plants.svg");
  mask-image: url("icon-plants.svg");
}

.icon-service-list:has(img[src*="icon-specs.svg"])::before {
  -webkit-mask-image: url("icon-specs.svg");
  mask-image: url("icon-specs.svg");
}

.icon-service-list:has(img[src*="icon-supplier.svg"])::before {
  -webkit-mask-image: url("icon-supplier.svg");
  mask-image: url("icon-supplier.svg");
}

.icon-service-list:has(img[src*="icon-valve.svg"])::before {
  -webkit-mask-image: url("icon-valve.svg");
  mask-image: url("icon-valve.svg");
}

.icon-service-list:has(img[src*="icon-verified.svg"])::before {
  -webkit-mask-image: url("icon-verified.svg");
  mask-image: url("icon-verified.svg");
}

.icon-service-list:has(img[src*="icon-water-features.svg"])::before {
  -webkit-mask-image: url("icon-water-features.svg");
  mask-image: url("icon-water-features.svg");
}

.icon-service-list img {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

/* Keep animated service blocks visible */
.sevice-item .service-content-1,
.sevice-item .service-content-2,
.sevice-item .title-service-list,
.sevice-item .description-sv-list,
.sevice-item .sv_include,
.sevice-item .svic_item,
.subsv_style,
.wrap-text-slip,
.wrap-text-slip .text-slip,
.wrap-text-slip .item-text-slip {
  visibility: visible !important;
  opacity: 1 !important;
}

.sevice-item [class*="fade-in-"],
.sevice-item [class*="fade-zoom-"] {
  transform: none !important;
}

.wrap-service-list .service-content-1,
.wrap-service-list .icon-service-list,
.wrap-service-list .title-service-list,
.wrap-service-list .description-sv-list,
.sub-heading.sv_list,
.heading-2.svl {
  visibility: visible !important;
  opacity: 1 !important;
}

.bt2_iconbox,
.bt2_icondark,
.bt2_iconlight {
  visibility: visible !important;
  opacity: 1 !important;
}

.footer-social-link,
.footer-social-link svg,
.contact-social-link,
.contact-social-link svg,
.hidden-sidebar_bottom .footer-social-icons {
  visibility: visible !important;
  opacity: 1 !important;
}

/* CTA popup tiles with service icons */
.ct_list_button_form .fade-zoom-in-1,
.ct_list_button_form .fade-zoom-in-2,
.ct_list_button_form .fade-zoom-in-4,
.ct_list_button_form .button-popup-form,
.ct_list_button_form .po_svg {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.ss_im_bd {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ss_body_text1 {
  color: var(--_color---base-color--overlay-white-seven);
  margin-bottom: -20px;
}

.wrap_ss_intro_col {
  max-width: 533px;
}

.ss_title1 {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---h2--line-height);
  font-weight: var(--_fonts---fonts-weight--medium);
  margin-bottom: 147px;
}

.ss_intro_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ss_titlle2 {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-size: var(--_typography---h2--font-size);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-transform: capitalize;
  line-height: 55px;
}

.ss_description {
  max-width: 582px;
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-size: var(--space--fontbase);
  font-weight: var(--_fonts---fonts-weight--medium);
  margin-top: 30px;
  margin-bottom: 70px;
  line-height: 30px;
}

.ss_wrap-body-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.oc_item {
  border-top: 1px solid var(--_color---theme-color--border-color);
  flex: 1;
  position: relative;
}

.oc_title {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-size: var(--_typography---h6--font-size);
  font-weight: var(--_fonts---fonts-weight--medium);
  margin-top: 32px;
  margin-bottom: 23px;
}

.oc_description {
  max-width: 470px;
  margin-bottom: 25px;
}

.ocl_item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-weight: var(--_fonts---fonts-weight--medium);
  justify-content: flex-start;
  align-items: center;
  line-height: 35px;
  display: flex;
}

.point {
  background-color: #111;
  border-radius: 10px;
  width: 5px;
  height: 5px;
}

.dvd_hover {
  background-color: var(--_color---theme-color--heading);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: -1px auto auto 0%;
}

.overlay_ptt {
  z-index: 2;
  background-color: #1116;
  position: absolute;
  inset: 0%;
}

.section-hero {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 800px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.hero_image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero_image.hero-zoom-in {
  transform-origin: 0%;
}

.wrap-hero-background {
  pointer-events: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.mask-effect-wrap {
  z-index: 3;
  -webkit-backdrop-filter: grayscale(90%) blur(5px);
  backdrop-filter: grayscale(90%) blur(5px);
  background-color: #1111111a;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.overlay-hero {
  z-index: 2;
  background-color: #1113;
  position: absolute;
  inset: 0%;
}

.hero-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hc_right {
  justify-content: flex-start;
  align-items: center;
  width: 673px;
  display: flex;
}

.hero-title {
  max-width: 615px;
  color: var(--_color---base-color--white);
  font-size: var(--_typography---h2--font-size);
  text-transform: uppercase;
}

.wrap-button-hero {
  width: 211px;
  min-width: 211px;
  height: 118px;
  min-height: 118px;
  display: flex;
}

.wrap-description-hero {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 34px 40px;
  display: flex;
}

.about-home {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 93px;
  display: flex;
}

.abh_col {
  max-width: 440px;
}

.abh_col._02 {
  max-width: 400px;
}

.abh_title {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  font-size: var(--space--fontsmall);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 37px;
  line-height: 20.8px;
}

.abh_des {
  line-height: 26px;
}

.wrap-testimonial {
  background-color: #2b7fd6;
  padding-top: 170px;
  padding-bottom: 135px;
}

.abh_tes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  align-items: stretch;
}

.abh_tes_image {
  flex: 1;
}

.abh_tes_box {
  background-color: #2b7fd6;
  width: 495px;
  min-width: 495px;
  padding: 58px 45px 45px;
}

.abh_text {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: var(--_typography---h6--font-size);
  font-weight: var(--_fonts---fonts-weight--medium);
  line-height: 32px;
}

.abh_name {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: var(--space--fontsmall);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.abh_position {
  color: var(--_color---base-color--overlay-white-eight);
  font-size: var(--space--fontsmall);
  line-height: 25px;
}

.abh_if {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 74px;
  display: flex;
}

.des_text_big {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--overlay-white-seven);
  font-size: var(--space--fontsmall);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 33px;
  margin-bottom: 60px;
}

.white {
  color: var(--_color---base-color--white);
}

.testimonial {
  display: flex;
}

.tes_info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.tes-description {
  width: 50%;
}

.img_tes {
  object-fit: cover;
  width: 94px;
  min-width: 94px;
  height: 94px;
  min-height: 94px;
}

.tes_name {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: var(--space--fontsmall);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 25px;
}

.tes_position {
  color: var(--_color---base-color--overlay-white-eight);
  font-size: var(--space--fontsmall);
  line-height: 25px;
}

.tes_description {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  padding-right: 30px;
  font-size: 30px;
  line-height: 45px;
}

.tes_star {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 4px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 127px;
}

.testimonial-mask {
  min-height: fit-content;
}

.testimonial-slide {
  height: fit-content;
  min-height: fit-content;
}

.slide-nav-2 {
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
}

.testimonial-arrow {
  background-color: #11111121;
  justify-content: center;
  align-items: center;
  width: 59px;
  min-width: 59px;
  height: 59px;
  min-height: 59px;
  transition: all 0.25s linear;
  display: flex;
  inset: auto auto 0% 50%;
}

.testimonial-arrow:hover {
  background-color: #fff;
}

.testimonial-arrow.right {
  left: calc(50% + 70px);
}

.aldl {
  position: absolute;
  transform: translate(40px);
}

.aldr {
  position: absolute;
  transform: translate(-40px);
}

.text-slip {
  min-width: fit-content;
}

.text-slip.image-slide-partner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
}

.client-slip {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_color---theme-color--border-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_color---theme-color--border-color);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.partner-item-image {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_color---theme-color--border-color);
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: fit-content;
  min-height: 100px;
  padding: 20px 30px;
  display: flex;
}

.img_partner {
  opacity: 0.25;
  height: 30px;
  transition: all 0.25s;
}

.img_partner:hover {
  opacity: 1;
}

.sv-item-inner {
  height: 100%;
  padding: 40px;
}

.sv-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.sv-list-wrapper-2 {
  border-top: 1px none var(--_color---theme-color--border-color);
  border-right: 1px solid var(--_color---theme-color--border-color);
  border-bottom: 1px solid var(--_color---theme-color--border-color);
}

.sv-item-2 {
  border-top: 1px solid var(--_color---theme-color--border-color);
  border-left: 1px solid var(--_color---theme-color--border-color);
  position: relative;
  background-color: #fff;
  transition: border-color 0.3s, background-color 0.3s, transform 0.3s;
}

.sv-item-2:hover {
  z-index: 2;
  border-color: #2b7fd6;
  background-color: #2b7fd6;
  transform: translate(0, -20px);
}

.sv-item-2:hover .title-service-list,
.sv-item-2:hover .title-service-list *,
.sv-item-2:hover .description-sv-list,
.sv-item-2:hover .description-sv-list * {
  color: #ffffff !important;
}

.sv-item-2:hover .icon-service-list {
  background-color: #ffffff;
}

.sv-item-2:hover .icon-service-list::before {
  background-color: #2b7fd6;
}

.sv-item-2:hover .button-style-2 {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff !important;
}

.sv-item-2:hover .button-style-2 .btn-text-style-1 {
  color: #ffffff !important;
}

.sv-item-2:hover .bt2_icondark {
  opacity: 0 !important;
}

.sv-item-2:hover .bt2_iconlight {
  opacity: 1 !important;
}

.sv-item-2:hover .bg_before_button_hover {
  background-color: #ffffff;
}

.sv-item-2:hover .button-style-2:hover {
  color: #111111 !important;
}

.sv-item-2:hover .button-style-2:hover .btn-text-style-1 {
  color: #111111 !important;
}

.sv-item-2:hover .button-style-2:hover .bt2_icondark {
  opacity: 1 !important;
}

.sv-item-2:hover .button-style-2:hover .bt2_iconlight {
  opacity: 0 !important;
}

.wrap-heading-service {
  grid-column-gap: 187px;
  grid-row-gap: 187px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 130px;
  margin-bottom: 70px;
  display: flex;
}

.icon-service {
  width: 48px;
  height: 48px;
}

.wrap-image-effect-home {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-effect-scroll {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.block-blur-scroll {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrap-image-effect-scroll {
  width: 100%;
  max-width: 860px;
  margin-top: 150px;
}

.wrap-counter-home {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -10px;
  padding-right: 60px;
  display: flex;
}

.image-3 {
  margin-top: 10px;
  margin-bottom: 3px;
}

.search-popup {
  z-index: 999;
  background-color: #111;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding-top: 100px;
  display: flex;
  position: fixed;
  top: 0;
  transform: translate(0, -400px);
}

.search-po {
  width: 100%;
  max-width: 13320px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.search-input {
  height: 60px;
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: var(--_typography---h5--font-size);
  font-weight: var(--_fonts---fonts-weight--medium);
  background-color: #0000;
  border: 0 solid #000;
  padding: 0;
}

.search-input::placeholder {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-weight: var(--_fonts---fonts-weight--normal);
}

.search-button {
  z-index: 2;
  opacity: 0;
  width: 70px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.logo-search {
  position: absolute;
  inset: 60px auto auto 100px;
}

.wrap-search-po {
  padding-left: 85px;
  padding-right: 85px;
}

.line-search-po {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0 0%;
}

.ic-search {
  position: absolute;
  inset: 20px 0% auto auto;
}

.close-search {
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hidden-sidebar {
  z-index: 999;
  background-color: #111;
  width: 464px;
  padding: 30px 35px 42px;
  position: fixed;
  inset: 0% auto auto 0%;
  transform: translate(-500px);
}

.hidden-sidebar_top {
  border-bottom: 1px solid var(--_color---base-color--overlay-white-one);
  justify-content: space-between;
  padding-bottom: 27px;
  display: flex;
}

.hidden-sidebar_mid {
  padding-top: 38px;
}

.hidden-sidebar_bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 158px;
  display: flex;
}

.sc_text {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: var(--space--fontsmall);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  flex: 1;
}

.sc_text._02 {
  color: var(--_color---base-color--overlay-white-seven);
  margin-top: 22px;
}

.sc_text._02.first {
  margin-top: 38px;
}

.intro-text {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_color---base-color--overlay-white-one);
  color: var(--_color---base-color--white);
  padding-bottom: 38px;
  line-height: 25px;
}

.hds_info {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-weight: var(--_fonts---fonts-weight--medium);
  text-transform: capitalize;
  margin-top: 7px;
  font-size: 20px;
  line-height: 26px;
}

.close-po-hdsb {
  cursor: pointer;
}

.utility-wrap-content {
  border: 1px solid var(--_color---theme-color--border-color);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 52px 50px 80px;
}

.title-ulitypage {
  margin-top: var(--space--spacenone);
  font-family: var(--_fonts---fonts-name--heading-font);
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: 500;
}

.title-ulitypage._02 {
  margin-top: var(--space--spacenone);
  font-family: var(--_fonts---fonts-name--heading-font);
  margin-bottom: 20px;
  font-weight: 500;
}

.small_title-ulitypage {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: #13362c;
  margin-top: 42px;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.utility_wrap_link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  margin-top: 20px;
  display: flex;
}

.utilit_link {
  color: #111;
  background-color: #fff;
  border: 1px solid #dce2e1;
  border-radius: 1000px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 16px;
  line-height: 40px;
  transition-duration: 0.2s;
}

.utilit_link:hover {
  color: #fff;
  background-color: #111;
  border-color: #0c4137;
}

.utility-wrap-content-2 {
  border: 1px solid var(--_color---theme-color--border-color);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 52px 50px 80px;
}

.changelog_item {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  background-color: #f5f5f5;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  padding: 40px 35px 32px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: flex;
}

.changelog_item:hover {
  border-color: var(--_color---theme-color--secondary);
  background-color: #11111108;
}

.change_time {
  color: #fff;
  background-color: #111;
  min-width: fit-content;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 14px;
  line-height: 40px;
}

.version {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: #111;
  margin-top: -4px;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
}

.heading-info-inner {
  max-width: 50px;
  margin-left: auto;
}

.guide-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.guide-content._03 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.guide-content._02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.heading-info {
  width: 10%;
  min-width: 125px;
}

.fw_heading {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  margin-top: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.heading-main {
  flex: 1;
  margin-bottom: 0;
}

.style-typography {
  background-color: #11111108;
}

.container-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.b_title {
  color: #fff;
}

.b_title._03 {
  color: #111;
}

.box_styleguide {
  background-color: #0c4137;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-width: 160px;
  height: 160px;
  min-height: 160px;
  display: flex;
}

.box_styleguide.primary,
.box_styleguide.secondary {
  background-color: #111;
}

.box_styleguide.body {
  color: var(--_color---theme-color--secondary);
  background-color: #fff;
  border: 1px solid #000;
}

.box_styleguide.typography {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  border-bottom: 1px solid #dce2e1;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 120px;
  padding-bottom: 0;
}

.box_styleguide.border {
  background-color: var(--_color---theme-color--border-color);
}

.title-style-guide {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---theme-color--secondary);
  border: 1px #dce2e1;
  border-bottom-style: solid;
  margin-bottom: 50px;
  padding-bottom: 20px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.title-style-guide._02 {
  font-family: var(--_fonts---fonts-name--heading-font);
  margin-bottom: 20px;
  padding-bottom: 40px;
  font-weight: 500;
}

.title-search-page {
  text-transform: capitalize;
}

.search-link {
  font-size: var(--space--fontbase);
  font-weight: var(--_fonts---fonts-weight--semi-bold);
}

.search-fileld-page {
  margin-top: 20px;
  margin-bottom: 60px;
  position: relative;
}

.search-result-item {
  margin-top: 40px;
}

.form-password-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ps_iconbox {
  background-color: #111;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  display: flex;
}

.form-password-heading-2 {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: #111;
  text-align: left;
  margin-top: -5px;
  margin-bottom: 17px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.form-password-description-2 {
  text-align: left;
  max-width: 500px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.psf_form {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.text-menu-mb {
  font-size: 15px;
}

.success-message {
  background-color: #fff;
  border: 1px solid #000;
}

.text-end {
  color: var(--_color---theme-color--secondary);
}

.error-message {
  background-color: #fff;
  border: 1px solid #000;
}

.subsv_style {
  font-family: var(--_fonts---fonts-name--heading-font);
  color: var(--_color---base-color--white);
  font-size: var(--space--fontsmall);
  font-weight: var(--_fonts---fonts-weight--medium);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 20.8px;
}

.faq_title {
  font-size: var(--_typography---h3--font-size);
}

.faq_des {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .header-menu {
    width: 866px;
  }

  .space-40px {
    padding-top: var(--space--spacelarge);
  }

  .button-style-1:where(.w-variant-f666cfcb-8568-28b8-05ba-5e951330ed1e) {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .row.header-style {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-row-1-right {
    padding-right: 110px;
  }

  .footer-row-1-left_ct {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .button-style-2:where(.w-variant-9105b78d-2974-637c-f14d-582e14e2be54) {
    padding-left: 25px;
    padding-right: 25px;
  }

  .ft_item_info {
    font-size: 25px;
  }

  .footer-row-2-left {
    width: 495px;
  }

  .footer-row-2-right {
    /* width: 630px; */
  }

  .contact-top_left {
    width: 535px;
    min-width: 535px;
  }

  .title-big {
    font-size: 145px;
    line-height: 100px;
  }

  .title-big._02 {
    font-size: 135px;
  }

  .title-big._02.title-project {
    font-size: 120px;
    line-height: 85px;
  }

  .tl-box-info {
    font-size: 30px;
  }

  .col-faq-2 {
    flex: 1;
    order: 0;
  }

  .wrap-col-faq {
    flex-flow: row;
  }

  .col-faq-1 {
    flex: 0 auto;
    width: 410px;
    position: sticky;
    top: 50px;
  }

  .wrap-heading {
    text-align: center;
  }

  .wrap-heading.mw1-center {
    width: 630px;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-heading {
    font-family: var(--_fonts---fonts-name--heading-font);
    color: var(--_color---theme-color--secondary);
    font-size: var(--space--fontsmall);
    font-weight: var(--_fonts---fonts-weight--medium);
    letter-spacing: 1.4px;
    text-transform: uppercase;
    line-height: 20.8px;
  }

  .wrap-team-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-image {
    position: relative;
    top: 0;
    left: 0;
  }

  .team-info {
    padding-top: 45px;
    padding-left: 35px;
  }

  .t_avatar {
    object-fit: fill;
    width: 100%;
    height: auto;
  }

  .col_vb._01,
  .col_vb._03 {
    padding: 60px 50px;
  }

  .vb_item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .heading.title-meet-team {
    max-width: 630px;
    font-size: var(--_typography---h3--font-size);
  }

  .wrap-row-about._02 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .title-main-about {
    font-size: var(--_typography---h2--font-size);
  }

  .ab3_col1 {
    padding-top: 130px;
    padding-bottom: 125px;
  }

  .ab3_col1._02 {
    padding: 70px 50px;
  }

  .ab_wcu_title {
    font-size: var(--_typography---h3--font-size);
  }

  .wcu_list_wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .lt_description {
    font-size: 60px;
  }

  .mt_col2 {
    width: 753px;
    min-width: 753px;
  }

  .mt_position {
    margin-bottom: 75px;
  }

  .ab2_tes_box {
    padding: 43px 50px 50px 45px;
  }

  .space-110px.space-reponsive {
    padding-top: var(--space--spaceimmense);
  }

  .ab-wrap-acc {
    padding-top: 40px;
  }

  .post-grid {
    margin-bottom: 1px;
  }

  .post-grid.post-page {
    margin-bottom: -70px;
  }

  .post-grid-list.style-blog {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .wrap-feature-image {
    position: relative;
  }

  .description-room {
    max-width: 100%;
  }

  .room-wrap {
    position: sticky;
    top: 0;
  }

  .title-room {
    font-size: 35px;
  }

  .single-post-top-2.portfolio {
    grid-column-gap: 80px;
    grid-row-gap: 30px;
  }

  .single-portfolio-locaition {
    padding-left: 38px;
  }

  .img-1-room {
    max-width: 300px;
  }

  .room-info {
    max-width: 516px;
  }

  .pf_feature {
    padding-left: 90px;
  }

  .pf_acc_col {
    padding: 73px 80px 78px;
  }

  .service-item-inner {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .service-content {
    grid-column-gap: 74px;
    grid-row-gap: 74px;
  }

  .service-content-1 {
    min-width: 471px;
    max-width: 471px;
  }

  .service-content-2 {
    width: 267px;
    min-width: 267px;
    padding-left: 60px;
  }

  .title-service-list {
    font-size: var(--_typography---h3--font-size);
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .title-service-list.list-2 {
    margin-top: 33px;
    margin-bottom: 21px;
  }

  .mask-slider.blog {
    width: 25%;
  }

  .ss_acc_content {
    width: 545px;
  }

  .ss_acc_title {
    width: 500px;
  }

  .hover-title {
    font-size: 110px;
  }

  .ss_intro_col._02 {
    padding-left: 100px;
  }

  .wrap-text-box {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-hero {
    padding-bottom: 59px;
  }

  .hero-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
  }

  .hc_right {
    display: flex;
  }

  .hero-title {
    font-size: var(--_typography---h2--font-size);
  }

  .wrap-button-hero {
    z-index: 1;
    width: 211px;
    position: relative;
  }

  .wrap-description-hero {
    z-index: 2;
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 22px 26px;
    display: flex;
    position: relative;
  }

  .hero-description {
    color: var(--_color---theme-color--secondary);
    font-size: var(--_typography---body--font-size);
    line-height: 25px;
  }

  .about-home {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .partner-item-image {
    min-height: 146px;
    padding-left: 76px;
    padding-right: 76px;
  }

  .img_partner {
    height: auto;
  }

  .sv-item-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sv-list-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrap-counter-home {
    padding-right: 120px;
  }

  .faq_title {
    font-size: var(--_typography---h4--font-size);
  }
}

@media screen and (min-width: 1440px) {
  .page-title,
  .space-50px {
    width: 100%;
  }

  .counter-number-wrap:where(.w-variant-0a40f07c-b5c6-b735-5228-cf4292e9d4c2) {
    font-family: var(--_fonts---fonts-name--heading-font);
  }

  .dot-hidden-panel {
    background-color: #fff;
  }

  .header-logo {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    position: relative;
  }

  .main-header {
    padding-right: 0;
    top: 30px;
  }

  .line-vertical {
    width: 1px;
    height: 55px;
    min-height: fit-content;
  }

  .button-style-2:where(.w-variant-9105b78d-2974-637c-f14d-582e14e2be54) {
    padding-left: 35px;
    padding-right: 33px;
  }

  .title-big {
    font-size: 150px;
    line-height: 106px;
  }

  .title-big._02 {
    line-height: 80px;
  }

  .space-15px {
    width: 100%;
    padding-top: var(--space--spacenarrow);
  }

  .wrap-team-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .team-info {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .t_description {
    margin-bottom: 10px;
  }

  .button-team {
    margin-right: 0;
  }

  .heading.title-meet-team {
    font-size: var(--_typography---h2--font-size);
  }

  .wrap-row-about._02 {
    grid-column-gap: 111px;
    grid-row-gap: 111px;
  }

  .ab3_col1 {
    padding-left: 110px;
  }

  .ab3_col1._02 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .mt_row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
  }

  .mt_item {
    transition-duration: 0.2s;
  }

  .mt_teamcard:where(.w-variant-a8f5154e-43ec-4e76-2088-0b96ebcdec48) {
    border-radius: 1000px;
    position: relative;
    overflow: hidden;
  }

  .mt_image {
    transform-style: preserve-3d;
  }

  .blur-scroll-page-title {
    z-index: 2;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: absolute;
    inset: 0%;
  }

  .abc_1 {
    padding-right: 20px;
  }

  .spc3_left {
    display: flex;
  }

  .img-1-room {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .pf_feature {
    padding-left: 145px;
  }

  .ab_sv_titlemain {
    margin-top: 180px;
  }

  .ss_acc_col._02 {
    padding-left: 150px;
  }

  .text-box {
    padding-left: 35px;
    padding-right: 35px;
  }

  .hero-title {
    font-size: var(--_typography---h1--font-size);
  }

  .sv-item-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-counter-home {
    padding-right: 180px;
  }

  .search-po {
    max-width: 1300px;
  }

  .search-button {
    z-index: 2;
    opacity: 0;
  }

  .wrap-search-po {
    padding-left: 85px;
    padding-right: 85px;
  }

  .line-search-po {
    background-color: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    inset: auto auto -30px 0%;
  }

  .ic-search {
    position: absolute;
    inset: 20px 0% auto auto;
  }

  .faq_title {
    font-size: var(--_typography---h3--font-size);
  }
}

@media screen and (min-width: 1920px) {
  .primary-menu {
    padding-left: 36px;
  }

  .dot-hidden-panel {
    width: 6px;
    height: 6px;
  }

  .header-logo {
    border-right: 0 solid #e0e0e0;
  }

  .main-header {
    flex-flow: row;
    width: 100%;
    padding: 0 50px;
  }

  .form-contact-page {
    margin-bottom: 0;
  }

  .title-big._02 {
    font-size: 150px;
    line-height: 106px;
  }

  .accordion-item-inner-1 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .team-info {
    padding-top: 45px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-team {
    margin-right: -15px;
  }

  .space-80px {
    padding-top: var(--space--spacehuge);
  }

  .wrap-text-big {
    width: 100%;
    position: relative;
  }

  .tb_line {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
  }

  .tb_line._02 {
    inset: auto 0% 0% auto;
  }

  .title-main-about {
    margin-top: var(--space--spacenone);
  }

  .ab3_col1._02 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .ab_wcu_title,
  .abc_1 {
    padding-right: 0;
  }

  .room-wrap {
    background-color: #f2f5f1;
    justify-content: flex-start;
    align-items: center;
  }

  .img-1-room {
    margin-top: 39px;
    margin-bottom: 58px;
  }

  .hover-title {
    font-size: 150px;
  }

  .wrap-counter-home {
    flex: 1;
  }

  .utility-wrap-content,
  .utility-wrap-content-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .faq_title {
    margin-top: var(--space--spacenone);
    font-size: var(--_typography---h2--font-size);
  }

  .faq_des {
    max-width: 600px;
  }
}

@media screen and (max-width: 991px) {
  .header-menu {
    display: none;
  }

  .hamburger-menu-mobile {
    border-color: #111;
    margin-left: 0;
    display: block;
  }

  .hamburger-line-bottom,
  .hamburger-line-middle,
  .hamburger-line-top {
    background-color: #111;
  }

  .utility-page-wrap {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .utility-page-form {
    min-width: 480px;
    padding: 40px;
  }

  .mobile-navigation-panel {
    display: block;
  }

  .heading-page-title {
    font-size: var(--_typography---h2--font-size);
    line-height: var(--_typography---h3--line-height);
  }

  .space-120px.space-reponsive {
    padding-top: var(--space--spacegrand);
  }

  .space-135px {
    padding-top: 100px;
  }

  .space-135px.space-responsive {
    padding-top: var(--space--spacegrand);
  }

  .space-50px-2.space-reponsive {
    padding-top: 24px;
  }

  .contact-top {
    margin-top: 100px;
  }

  .space-100px.space-reponsive {
    padding-top: var(--space--spacemassive);
  }

  .primary-menu,
  .btn-hd-panel,
  .line-vertical,
  .btn_header {
    display: none;
  }

  .text-slip-big {
    font-size: 120px;
    line-height: 150px;
  }

  .footer-row-1-left {
    width: 100%;
  }

  .footer-row-1-right {
    margin-top: 40px;
  }

  .footer-row-1-left_ct {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .fr1l_text {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .header {
    background-color: #fff;
    height: auto;
    min-height: 80px;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
    padding-top: 10px;
    padding-bottom: 16px;
  }

  .ft_contact_box {
    width: 100%;
  }

  .ft_item_contact._02 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ft_item_info._02 {
    font-size: 20px;
  }

  .footer-bottom {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom-right {
    width: 100%;
  }

  .footer-bottom-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 5px;
    display: flex;
  }

  .footer-row-2-right {
    width: 100%;
    margin-top: 60px;
  }

  .lable-form-footer {
    margin-bottom: 20px;
  }

  .title-main-contact-page {
    font-size: var(--_typography---h4--font-size);
  }

  .title-big {
    font-size: 80px;
  }

  .title-big._02.title-project {
    font-size: 70px;
    line-height: 1;
  }

  .tl-box-info {
    font-size: 25px;
    line-height: 35px;
  }

  .box-faq-info,
  .box-faq-categorie {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-col-faq {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .col-faq-1 {
    width: 44%;
  }

  .image {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-2 {
    padding-right: 15px;
  }

  .accordion-title-1 {
    line-height: 28px;
  }

  .wrap-heading.mw1-center {
    max-width: 100%;
  }

  .wrap-team-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .wrap_vb {
    flex-flow: wrap;
  }

  .col_vb._01 {
    order: -9999;
    width: calc(50% - 15px);
  }

  .col_vb._02 {
    width: 100%;
  }

  .col_vb._03 {
    order: -9999;
    width: calc(50% - 15px);
  }

  .space-80px.space-reponsive {
    padding-top: var(--space--spacevast);
  }

  .heading {
    font-size: var(--_typography---h3--font-size);
  }

  .heading.title-process {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .heading.lt_style {
    padding-bottom: 10px;
  }

  .space-130px.space-reponsive {
    padding-top: var(--space--spacegrand);
  }

  .wrap-row-about._02 {
    flex-flow: wrap;
  }

  .ab2_col2 {
    width: 100%;
  }

  .ab3_col1._02 {
    padding: 50px 30px;
  }

  .ab_wcu_title {
    font-size: var(--_typography---h5--font-size);
    line-height: 35px;
  }

  .wcu_bottom {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  .wcu_list_wrap {
    flex: 0 auto;
    width: 100%;
    margin-top: 50px;
  }

  .space-125px.space-reponsive {
    padding-top: var(--space--spacecolossal);
  }

  .wrap-ab3_bottom {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 70px;
  }

  .wrap-process {
    margin-top: 50px;
  }

  .process-item {
    padding-top: 0;
  }

  .pro_image {
    width: calc(50% - 50px);
  }

  .pro_block {
    width: 200px;
  }

  .pro_info {
    width: calc(50% - 50px);
  }

  .pro_block_line2 {
    left: 20px;
    right: 20px;
  }

  .lt_col._02 {
    border-right-style: solid;
  }

  .lt_col._03 {
    flex: 0 auto;
    order: -9999;
    width: 100%;
  }

  .lt_row {
    flex-flow: wrap;
  }

  .lt_title {
    font-size: 16px;
  }

  .lt_description {
    font-size: 35px;
    line-height: 40px;
  }

  .custom-sufix {
    font-size: 20px;
    line-height: 20px;
  }

  .sa_col {
    width: 100%;
    max-width: 100%;
  }

  .sa_col._02 {
    margin-top: 60px;
  }

  .sa_row,
  .mt_row {
    flex-flow: wrap;
  }

  .mt_col {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .mt_col2 {
    width: 100%;
  }

  .mt1_bottom {
    margin-top: 30px;
  }

  .button-popup-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    gap: 10px;
    width: 150px;
    height: 150px;
    padding: 16px 10px;
  }

  .btn_po_text {
    font-size: 13px;
    line-height: 18px;
  }

  .space-70px.space-reponsive {
    padding-top: var(--space--spacevast);
  }

  .wrap-form-popup {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-popup {
    padding: 30px 30px 50px;
  }

  .po_svg {
    width: 35px;
  }

  .ab2_tes_box {
    padding: 35px 35px 40px;
  }

  .space-110px.space-reponsive {
    padding-top: var(--space--spacegrand);
  }

  .ab_text1 {
    width: 100%;
    max-width: 100%;
  }

  .meta-post {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 30px;
  }

  .meta-post.single {
    margin-left: 0;
  }

  .space-135px-3,
  .space-135px-3.space-responsive {
    padding-top: 100px;
  }

  .post-grid-list.style-grid,
  .post-grid-list.style-blog {
    grid-template-columns: 1fr 1fr;
  }

  .g_wrap_image {
    width: 100%;
  }

  .tabs-portfolio {
    flex-flow: wrap;
    margin-bottom: 60px;
  }

  .tab-title {
    letter-spacing: 0;
    padding-left: 19px;
    padding-right: 19px;
  }

  .rich-text-2-portfolio {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .single-post-top-2.portfolio {
    justify-content: flex-start;
  }

  .heading-2.portfolio-title {
    font-size: 35px;
  }

  .spc3_left {
    width: 100%;
  }

  .room-col {
    width: 100%;
    height: fit-content;
  }

  .room-col._01 {
    display: none;
  }

  .room-info {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .spc3_right {
    width: 100%;
    padding-left: 0;
  }

  .pf_row {
    flex-flow: wrap;
  }

  .pf_feature {
    padding-left: 0;
  }

  .pf_wrapimage {
    width: 100%;
  }

  .pt2 {
    max-width: 100%;
  }

  .wrap-pf-acc {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lt_top {
    flex-flow: wrap;
  }

  .lt_top_left,
  .lt_top_right {
    width: 100%;
  }

  .lt_des {
    max-width: 100%;
  }

  .ab_sv_titlemain {
    margin-top: 50px;
    font-size: 20px;
    line-height: 30px;
  }

  .line-vertical-effect._02 {
    left: 50%;
  }

  .line-vertical-effect._03 {
    left: 75%;
  }

  .line-vertical-effect._04 {
    display: none;
  }

  .line-vertical-effect._01 {
    left: 25%;
  }

  .service-item-inner {
    flex-flow: wrap;
  }

  .service-feature-image {
    order: -9999;
    width: 100%;
    max-width: 100%;
    max-height: 350px;
  }

  .service-content-1 {
    flex: 1;
    min-width: auto;
    max-width: 1000px;
  }

  .space-150px.space-reponsive,
  .space-200px.space-reponsive {
    padding-top: 90px;
  }

  .heading-3.heading_ss_pf {
    font-size: var(--_typography---h3--font-size);
    margin-top: 90px;
  }

  .mask-slider {
    width: 50%;
  }

  .ss_acc_col._02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ss_acc_title {
    width: auto;
    font-size: var(--_typography---h4--font-size);
    margin-bottom: 40px;
    line-height: 40px;
  }

  .ss_db_img {
    flex: 1;
  }

  .wrap_ss_intro_col {
    max-width: 100%;
  }

  .ss_title1 {
    font-size: var(--_typography---h3--font-size);
    margin-bottom: 60px;
  }

  .ss_titlle2 {
    font-size: var(--_typography---h3--font-size);
  }

  .ss_description {
    max-width: 100%;
  }

  .ss_wrap-body-content {
    grid-template-columns: 1fr 1fr;
  }

  .oc_title {
    font-size: 20px;
  }

  .hero-title {
    line-height: var(--_typography---h2--line-height);
  }

  .about-home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    margin-bottom: 70px;
  }

  .abh_col {
    width: 50%;
    max-width: 50%;
    padding-right: 20px;
  }

  .abh_col._02 {
    max-width: 50%;
  }

  .wrap-testimonial {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .abh_tes {
    flex-flow: wrap;
  }

  .abh_tes_image {
    flex: 0 auto;
    width: 100%;
    min-height: 300px;
  }

  .abh_tes_box {
    width: 100%;
    min-width: 100%;
  }

  .abh_if {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .testimonial {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tes_description {
    padding-right: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .testimonial-slider {
    padding-bottom: 80px;
  }

  .wrap-heading-service {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .wrap-counter-home {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-right: 0;
  }

  .search-popup {
    height: 300px;
  }

  .logo-search {
    left: 20px;
  }

  .wrap-search-po {
    padding-left: 5px;
    padding-right: 5px;
  }

  .utility-wrap-content {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .title-ulitypage {
    font-size: 40px;
  }

  .utility-wrap-content-2 {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .changelog_item {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    padding-top: 0;
  }

  .wrap-hamburger-menu-mobile {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .utility-page-form {
    min-width: 360px;
  }
  /* ---------------- */
  .wrap-image-effect-scroll {
    width: 100%;
    max-width: 100%;
    margin-top: 150px;
  }
  /* -------------------- */
  @media screen and (max-width: 767px) {
    .ab2_testimonial {
      display: flex !important;
      flex-direction: column !important;
      position: relative !important;
      height: auto !important;
      min-height: auto !important;
      overflow: visible !important;
    }

    .about-hero-photo,
    .about-hero-photo--overlap {
      position: relative !important;
      inset: auto !important;
      width: 100% !important;
      height: auto !important;
      min-height: 250px !important;
      overflow: hidden !important;
    }

    .about-hero-photo img {
      width: 100% !important;
      height: auto !important;
      display: block !important;
    }

    .ab2_tes_box {
      position: relative !important;
      top: auto !important;
      right: auto !important;
      bottom: auto !important;
      left: auto !important;

      transform: none !important;
      translate: none !important;

      width: calc(100% - 30px) !important;
      height: auto !important;
      min-height: auto !important;

      margin: -30px auto 0 !important;
      padding: 25px 20px !important;

      overflow: visible !important;
      box-sizing: border-box !important;
    }

    .ab2_tes_description {
      display: block !important;
      width: 100% !important;
      height: auto !important;
      max-height: none !important;
      min-height: 0 !important;

      overflow: visible !important;
      white-space: normal !important;

      line-height: 1.5 !important;
      word-break: normal !important;
      overflow-wrap: break-word !important;
    }

    .space-110px.space-reponsive {
      height: 30px !important;
      min-height: 30px !important;
    }

    .ab2_tes_info_bottom {
      display: flex !important;
      position: relative !important;
      height: auto !important;
      overflow: visible !important;
    }
  }
  /* -------------------------------- */
  .ab2_col2,
  .ab-wrap-acc,
  .accordion,
  .accordion-item-1,
  .accordion-item-inner-1,
  .accordion-header {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .accordion-header {
    display: flex;
    align-items: flex-start;
  }

  .accordion-title-1,
  .accordion-title-1._02 {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;

    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
    overflow-wrap: anywhere;
    line-height: 1.4;
  }

  .accordion-icon-1 {
    flex: 0 0 30px !important;
    width: 30px;
    margin-left: 10px;
  }
  .section-about,
  .section-about .container,
  .wrap-row-about,
  .ab2_col1,
  .title-main-about {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .title-main-about {
    padding-left: 0 !important;
    padding-right: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;

    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .title-main-about .gsap_split_word {
    max-width: 100%;
  }

  .title-main-about .gsap_split_letter-mask {
    overflow: visible !important;
  }
  /* ------------------------------------------------------ */
  .page-title-wrap {
    min-height: 350px;
  }

  .heading-page-title {
    font-size: var(--_typography---h3--font-size);
  }

  .counter-number-item._1 {
    margin-left: 0;
    margin-right: 0;
  }

  .counter-number-wrap {
    height: 70px;
    font-size: 70px;
  }

  .blockquote {
    padding: 30px;
  }

  .space-135px,
  .space-135px.space-responsive {
    padding-top: 90px;
  }

  .contact-top,
  .contact-bottom {
    flex-flow: wrap;
  }

  .text-slip-big {
    font-size: 90px;
  }

  .text-ft-right,
  .brand {
    font-size: 14px;
  }

  .contact-top_left {
    width: 100%;
    min-width: 100%;
  }

  .contact-top_right {
    margin-top: 40px;
  }

  .pct_textarea._02 {
    height: 150px;
    min-height: 150px;
  }

  .title-big {
    font-size: 50px;
    line-height: 70px;
  }

  .title-big._02.title-project {
    font-size: 45px;
  }

  .wrap-col-faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    position: relative;
  }

  .col-faq-1 {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
  }

  .accordion-title-1._02 {
    font-size: 18px;
  }

  .col_vb._01 {
    width: 100%;
    min-height: 350px;
  }

  .col_vb._03 {
    width: 100%;
  }

  .heading,
  .heading.title-meet-team {
    font-size: var(--_typography---h4--font-size);
  }

  .section-mission {
    padding-top: 70px;
  }

  .title-main-about {
    font-size: var(--_typography---h4--font-size);
    line-height: 42px;
  }

  .wrap-ab3 {
    flex-flow: wrap;
  }

  .ab3_col1 {
    padding-bottom: 70px;
  }

  .ab3_col1._02 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ab3_col2 {
    width: 100%;
  }

  .ab3_col2._02 {
    width: 100%;
    max-height: 350px;
  }

  .wcu_list {
    width: 50%;
  }

  .wcu_list_wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .space-125px.space-reponsive {
    padding-top: var(--space--spacegrand);
  }

  .wrap-ab3_bottom {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .ab3_bottom_col {
    width: 50%;
    max-width: 50%;
    padding-right: 20px;
  }

  .ab3_bt_title,
  .ab3_bt_description {
    text-align: left;
  }

  .wrap-process {
    margin-top: 0;
  }

  .process-item {
    flex-flow: wrap;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .process-item.last {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .pro_image {
    order: -9999;
    width: 100%;
  }

  .pro_block {
    display: none;
  }

  .pro_info {
    width: 100%;
    margin-top: 60px;
  }

  .pro_info._02 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
  }

  .pro_title {
    margin-top: 20px;
  }

  .pro_description {
    max-width: 100%;
  }

  .pro_play {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }

  .lt_col {
    flex: 0 auto;
    width: 50%;
  }

  .lt_col._02,
  .lt_col.bd-2 {
    border-bottom: 1px solid var(--_color---theme-color--border-color);
  }

  .mt_col2 {
    min-width: 100%;
  }

  .mt_list {
    grid-template-columns: 1fr 1fr;
  }

  .mt_description {
    max-width: 100%;
  }

  .ct_list_button_form {
    flex-flow: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .space-70px.space-reponsive {
    padding-top: var(--space--spaceample);
  }

  .form-popup {
    padding-bottom: 30px;
  }

  .close-form {
    top: 20px;
    right: 20px;
  }

  .ab2_testimonial {
    margin-bottom: 30px;
  }

  .ab2_tes_box {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .ab2_tes_description {
    font-size: 18px;
    line-height: 28px;
  }

  .space-110px.space-reponsive {
    padding-top: var(--space--spacemassive);
  }

  .image-post {
    max-height: 350px;
  }

  .space-135px-3,
  .space-135px-3.space-responsive {
    padding-top: 90px;
  }

  .post-grid-list {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .pp-line {
    display: none;
  }

  .single-portfolio-content {
    flex-flow: wrap;
  }

  .spc_left {
    width: 100%;
  }

  .title-room {
    font-size: 30px;
  }

  .single-post-top-2.portfolio {
    padding-bottom: 30px;
  }

  .portfolio-pre {
    padding-right: 20px;
  }

  .heading-2.portfolio-title {
    font-size: 30px;
  }

  .heading-2.svl {
    width: 100%;
    font-size: var(--_typography---h4--font-size);
    text-align: center;
    margin-top: 0;
  }

  .spc_left_text.fade-in-up {
    max-width: 100%;
  }

  .spc_right {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .st_row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .st_col {
    width: 100%;
  }

  .st_col._02 {
    padding-top: 40px;
    padding-left: 0;
  }

  .st_title {
    font-size: var(--_typography---h4--font-size);
  }

  .pf_acc_row {
    flex-flow: wrap;
  }

  .pf_acc_col {
    width: 100%;
    min-height: 200px;
    padding: 50px 20px;
  }

  .pf_acc_col-2 {
    width: 100%;
  }

  .pf_acc_title {
    margin-bottom: 50px;
  }

  .line-horizontal-effect {
    inset: auto auto 150px 0%;
  }

  .service-content {
    flex-flow: wrap;
  }

  .service-content-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    order: -9999;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .icon-service-list {
    width: 70px;
    height: 70px;
  }

  .title-service-list {
    font-size: 25px;
    line-height: 35px;
  }

  .sv_include {
    margin-bottom: 0;
    line-height: 25px;
  }

  .svic_item {
    color: var(--_color---base-color--white);
    font-size: var(--space--fontsmall);
    background-color: #111;
    padding: 5px 10px;
    line-height: 25px;
  }

  .ab_img_main {
    min-height: 300px;
  }

  .heading-3.heading_ss_pf {
    font-size: var(--_typography---h5--font-size);
    margin-top: 70px;
    margin-bottom: 50px;
    line-height: 130%;
  }

  .ss_acc_col {
    width: 100%;
  }

  .wrap_ss_acc {
    flex-flow: wrap;
  }

  .ss_acc_img {
    object-fit: cover;
    width: 100%;
    max-height: 400px;
  }

  .ss_acc_title {
    font-size: var(--_typography---h5--font-size);
    margin-bottom: 20px;
    line-height: 30px;
  }

  .ss_intro {
    flex-flow: wrap;
  }

  .ss_intro_col {
    width: 100%;
  }

  .ss_intro_col._02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-box {
    padding: 20px 15px;
  }

  .tb_title {
    margin-top: 24px;
    font-size: 20px;
  }

  .ss_title1 {
    font-size: var(--_typography---h5--font-size);
    margin-bottom: 40px;
  }

  .ss_titlle2 {
    font-size: var(--_typography---h5--font-size);
  }

  .ss_description {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .section-hero {
    min-height: 600px;
  }

  .hc_right {
    flex-flow: wrap;
    width: 100%;
  }

  .hero-title {
    max-width: 100%;
    font-size: var(--_typography---h3--font-size);
    line-height: var(--_typography---h2--line-height);
  }

  .wrap-button-hero {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
  }

  .wrap-description-hero {
    width: 100%;
  }

  .abh_tes_box {
    padding: 40px 20px;
  }

  .tes_info {
    flex-flow: wrap;
    width: 35%;
  }

  .tes-description {
    width: 65%;
  }

  .if_tes {
    width: 100%;
  }

  .tes_description {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-slider {
    padding-bottom: 100px;
  }

  .testimonial-arrow {
    left: 0%;
  }

  .testimonial-arrow.right {
    left: 70px;
  }

  .sv-list-2 {
    grid-template-columns: 1fr;
  }

  .wrap-heading-service {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 40px;
  }

  .wrap-counter-home {
    margin-top: 40px;
  }

  .utility-wrap-content {
    padding: 30px 30px 50px;
  }

  .title-ulitypage {
    font-size: 35px;
  }

  .small_title-ulitypage {
    margin-top: 30px;
    font-size: 22px;
  }

  .utility-wrap-content-2 {
    padding: 30px 30px 50px;
  }

  .changelog_item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-info-inner {
    margin-left: 0;
  }

  .box_styleguide.typography {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .title-search-page {
    font-size: var(--_typography---h3--font-size);
  }

  .form-password-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .form-password-heading-2 {
    font-size: 30px;
  }

  .form-password-description-2 {
    font-size: 16px;
  }

  .faq_title {
    font-size: var(--_typography---h4--font-size);
  }
}

@media screen and (max-width: 479px) {
  .utility-page-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .utility-page-form {
    min-width: 290px;
    padding: 30px 24px;
  }
  .main-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-navigation-panel {
    width: 255px;
  }

  .page-title-wrap {
    min-height: 300px;
  }

  .heading-page-title {
    font-size: var(--_typography---h5--font-size);
  }

  .space-120px.space-reponsive {
    padding-top: var(--space--spacemassive);
  }

  .space-50px.space-reponsive {
    padding-top: var(--space--spacecomfort);
  }

  .accordion-header.accordion-action1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .counter-number-item._1 {
    margin-left: 0;
    margin-right: 0;
  }

  .counter-number-wrap {
    height: 45px;
    font-size: 45px;
  }

  .single-post_col3 {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .single-post_col1 {
    width: 100%;
  }

  .blockquote {
    padding: 20px;
  }

  .single-post_col2 {
    width: 100%;
  }

  .single-post-2-col {
    flex-flow: column;
  }

  .space-135px {
    padding-top: 70px;
  }

  .space-135px.space-responsive {
    padding-top: var(--space--spacegrand);
  }

  .cite-block-quote {
    margin-top: 20px;
  }

  .single-post-feature {
    flex-flow: column;
  }

  .contact-top {
    margin-top: 70px;
  }

  .button-style-1.background-dark.submit-password {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-slip-big {
    font-size: 40px;
    line-height: 30px;
  }

  .text-slip.big {
    line-height: 80px;
  }

  .item-text-slip {
    line-height: 60px;
  }

  .button-style-2:where(.w-variant-d6d678d5-af77-0d1b-a165-37817ecfb73b),
  .button-style-2:where(.w-variant-9105b78d-2974-637c-f14d-582e14e2be54) {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .space-60px.space-reponsive {
    padding-top: var(--space--spacelarge);
  }

  .ft_item_contact._02.top {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .ft_item_label._02 {
    min-width: 90px;
  }

  .ft_item_info._02 {
    font-size: 16px;
  }

  .text-ft-right {
    font-size: 12px;
  }

  .footer-bottom {
    flex-flow: wrap;
  }

  .footer-bottom-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .text-field-form-footer._02 {
    padding-left: 20px;
  }

  .image-main-footer {
    min-height: 250px;
  }

  .title-main-contact-page {
    font-size: var(--_typography---h6--font-size);
  }

  .pct_textfield {
    width: 100%;
  }

  .pct_textarea {
    height: 150px;
    min-height: 150px;
  }

  .pct_select {
    width: 100%;
  }

  .content-404 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-big {
    font-size: 40px;
  }

  .title-big._02.title-project {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
  }

  ._404_description {
    margin-top: 30px;
  }

  .text-link-faq {
    font-size: 15px;
  }

  .box-faq-info {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .box-faq-categorie {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .accordion-item-inner-1,
  .link-to-question.custom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .call-box-info {
    font-size: 15px;
  }

  .call-box-info._02 {
    margin-bottom: 20px;
  }

  .accordion-content-inner-1 {
    padding-bottom: 20px;
  }

  .description-acc1 {
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .accordion-title-1 {
    font-size: 16px;
    line-height: 26px;
  }

  .sub-heading.subtitle-contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap-team-grid {
    grid-template-columns: 1fr;
  }

  .col_vb._01 {
    padding: 30px 20px;
  }

  .heading,
  .heading.title-meet-team {
    font-size: var(--_typography---h5--font-size);
  }

  .space-130px.space-reponsive {
    padding-top: var(--space--spacemassive);
  }

  .wrap-row-about {
    flex-flow: wrap;
  }

  .ab1_col {
    width: 100%;
  }

  .ab1_col._02 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title-main-about {
    font-size: var(--_typography---h5--font-size);
    line-height: 35px;
  }

  .ab3_col1 {
    padding-top: 70px;
  }

  .ab3_col1._02 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ab_wcu_title {
    font-size: var(--_typography---h6--font-size);
  }

  .wcu_list {
    width: fit-content;
  }

  .wcu_list_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .space-125px.space-reponsive {
    padding-top: var(--space--spacemassive);
  }

  .ab3_bottom_col {
    width: 100%;
    max-width: 100%;
  }

  .process-item,
  .process-item.last {
    padding-top: 40px;
  }

  .pro_info {
    margin-top: 30px;
  }

  .lt_col {
    flex: 0 auto;
    width: 50%;
  }

  .adw_item {
    flex-flow: wrap;
  }

  .adw_name {
    width: 100%;
  }

  .adw_name._02 {
    width: 60%;
  }

  .mt_col {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .mt_list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .fade-zoom-in-1._w-mb-50,
  .fade-zoom-in-2._w-mb-50 {
    width: calc(50% - 10px);
  }

  .space-45px.space-reponsive {
    padding-top: var(--space--spacecomfort);
  }

  .button-popup-form,
  .button-popup-form.popup {
    width: 100%;
  }

  .space-70px.space-reponsive {
    padding-top: var(--space--spacelarge);
  }

  .form-popup {
    padding: 15px;
  }

  .description-form-po {
    margin-bottom: 20px;
  }

  .close-form {
    width: 15px;
    height: 15px;
  }

  .ab2_tes_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .space-110px.space-reponsive {
    padding-top: var(--space--spacemassive);
  }

  .meta-post {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .meta-post.single {
    margin-bottom: 20px;
    margin-right: 30px;
  }

  .ct-post {
    font-size: 15px;
  }

  .single-post-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-post {
    min-height: 300px;
    max-height: 100%;
  }

  .image-meta-post {
    width: 50px;
    height: 50px;
  }

  .space-135px-3,
  .space-135px-3.space-responsive {
    padding-top: 70px;
  }

  .post-grid-list,
  .post-grid-list.style-grid,
  .post-grid-list.style-blog {
    grid-template-columns: 1fr;
  }

  .g_title.portfolio-title {
    font-size: 20px;
  }

  .tabs-portfolio {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tab-title {
    text-transform: capitalize;
    line-height: 35px;
  }

  .spc_left {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .rich-text-2-portfolio.fade-in-up-3 {
    margin-top: 0;
  }

  .title-room {
    font-size: 22px;
  }

  .single-post-top-2.portfolio {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .single-portfolio-locaition {
    padding: 10px 15px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-2.portfolio-title {
    font-size: 25px;
  }

  .heading-2.svl {
    font-size: var(--_typography---h6--font-size);
    line-height: 32px;
  }

  .spg-location {
    font-size: 14px;
  }

  .image-meta-post-2 {
    width: 50px;
    height: 50px;
  }

  .spc_right {
    width: 100%;
    padding-left: 0;
  }

  .pf_feature {
    padding-top: 40px;
  }

  .st_col._02 {
    padding-top: 30px;
  }

  .st_title {
    font-size: var(--_typography---h5--font-size);
  }

  .pt2 {
    font-size: 22px;
    line-height: 32px;
  }

  .pf_acc_col {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pf_main_image {
    min-height: 300px;
  }

  .ab_sv_titlemain {
    font-size: 18px;
    line-height: 30px;
  }

  .space-150px.space-reponsive {
    padding-top: 70px;
  }

  .title-service-list {
    font-size: 22px;
  }

  .title-service-list.list-2 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .description-sv-list {
    margin-bottom: 30px;
  }

  .space-200px.space-reponsive {
    padding-top: 70px;
  }

  .mask-slider {
    width: 100%;
  }

  .ss_acc_title {
    font-size: var(--_typography---h6--font-size);
  }

  .ss_db_image {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .ss_body_text2 {
    font-size: 20px;
    line-height: 30px;
  }

  .wrap-text-box {
    grid-template-columns: 1fr;
  }

  .ss_titlle2 {
    font-size: var(--_typography---h6--font-size);
  }

  .ss_wrap-body-content {
    grid-template-columns: 1fr;
  }

  .overlay_ptt {
    font-size: var(--_typography---h5--font-size);
  }

  .section-hero {
    min-height: 500px;
    padding-bottom: 30px;
  }

  .hero-title {
    font-size: var(--_typography---h4--font-size);
  }

  .wrap-description-hero {
    padding: 20px;
  }

  .abh_col {
    width: 100%;
    max-width: 100%;
  }

  .abh_col._02 {
    max-width: 100%;
    padding-top: 60px;
    padding-right: 0;
  }

  .abh_title {
    margin-bottom: 20px;
  }

  .abh_text {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap-reverse;
  }

  .tes_info {
    width: 100%;
  }

  .tes-description {
    width: 100%;
    padding-bottom: 20px;
  }

  .if_tes {
    width: auto;
  }

  .sv-item-inner {
    padding: 20px;
  }

  .icon-service {
    height: 35px;
  }

  .search-input {
    font-size: var(--_typography---h6--font-size);
  }

  .title-ulitypage {
    font-size: 25px;
  }

  .changelog_item {
    flex-flow: wrap;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .container-2 {
    padding-top: 0;
  }

  .title-search-page {
    font-size: var(--_typography---h5--font-size);
  }

  .form-password-top {
    flex-flow: wrap;
  }

  .form-password-heading-2 {
    font-size: 25px;
  }

  .psf_form {
    flex-flow: wrap;
  }

  .faq_title {
    font-size: var(--_typography---h5--font-size);
  }

  .fade-zoom-in-4._w-mb-50 {
    width: calc(50% - 10px);
  }
}
